-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Using "svg-to-ts": "8.6.1", running svg-to-ts-constants with the following setting in the ./svg-to-tsrc.js config:
completeIconSetName: 'MyIconSet'
results in:
export const myIconSet = [
being placed in the output file. The case has been modified! I expect the value I supply in the config to be what I get back in the file, it should NOT be modified; if I wanted camelCase I would have supplied camelcase.
The same is true of MYICONSET gets transformed to myiconset
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels