@figma-export/output-components-as-svgstore
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "@figma-export/output-components-as-svgstore", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Outputter for @figma-export that exports components in svg file ( SVG Sprites )", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "edd144ffeef3cf97798fa54641795a64ed469a11" | ||
"gitHead": "bea70bc2e3ce3150be8ebdec7d9944ca74212054" | ||
} |
@@ -13,3 +13,2 @@ # @figma-export/output-components-as-svgstore | ||
# ├── icons.svg | ||
# ├── monochrome.svg | ||
# └── unit-test.svg | ||
@@ -32,4 +31,4 @@ ``` | ||
['components', { | ||
fileId: 'RSzpKJcnb6uBRQ3rOfLIyUs5', | ||
onlyFromPages: ['icons', 'monochrome', 'unit-test'], | ||
fileId: 'fzYhvQpqwhZDUImRz431Qo', | ||
onlyFromPages: ['icons', 'unit-test'], | ||
outputters: [ | ||
@@ -36,0 +35,0 @@ require('@figma-export/output-components-as-svgstore')({ |
9505
71