Skip to content

Commit

Permalink
Remove esmExport mention from README
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfanatic committed Oct 11, 2018
1 parent 4c202bc commit fc9ea20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ svgToVue(code, {
],
},
svgoPath: 'some/path/to.svg',
esmExport: true,
});
```

| Name | Type | Default value | Description |
| - | - | - | - |
| `svgoConfig` | `Object`/`Boolean` | `{}` | Configuration object passed to SVGO or `false` to disable optimization |
| `svgoPath` | `String` | `null` | Path to SVG file which is used by SVGO `prefixIds` plugin to generate unique IDs |
| `esmExport` | `Boolean` | `false` | Module export format: `true` for EcmaScript or `false` for CommonJS |

0 comments on commit fc9ea20

Please sign in to comment.