create-simple-icon
create-simple-icon copied to clipboard
Spaces in icon name break csi
Unable to download icon via csi if the icon name contains a space
$ csi "adobe photoshop"
Generating your Icon...writeFile
$ csi "Adobe Photoshop"
Generating your Icon...writeFile
$ csi "adobephotoshop"
Unhandled rejection TypeError: Cannot read property 'hex' of undefined
https://github.com/peterpme/create-simple-icon/blob/d0c012ac29063e0dc6a958856741f4ebad997fc1/index.js#L15