/svga-preview

svga preview by vue

Primary LanguageJavaScriptMIT LicenseMIT

create a svga preview by Vue

example

  import SvgaPreview from 'svga-preview'
  ....
  <svga-preview 
    :url="url" 
    :id="id" 
    style="margin:0 auto;">
  </svga-preview>