Automattic / gridicons

The WordPress.com icon set
http://automattic.github.io/gridicons/
GNU General Public License v2.0
111 stars 13 forks source link

Build: check for a NPM native version to build PDFs #193

Closed folletto closed 5 years ago

folletto commented 7 years ago

Currently to build PDFs we use CairoSVG with these instructions:

sudo easy_install pip
sudo pip install cairosvg
brew install cairo
sh makepdfs.sh

Which uses Python thus it's currently a separate script.

Would be a good improvement to find an NPG/Grunt native way to automate everything.

davewhitley commented 7 years ago

possible alternatives

https://www.npmjs.com/package/librsvg

https://github.com/walling/node-rsvg

https://github.com/papandreou/node-inkscape

davewhitley commented 5 years ago

I believe we can close this because we use pdfkit now. https://github.com/Automattic/gridicons/blob/87c9fce08b4a9f184b9fb4963228757fdd4f4e74/package.json#L45

folletto commented 5 years ago

Correct. :)