Hacker News new | ask | show | jobs
by cyann 1286 days ago
rsvg-convert from https://gitlab.gnome.org/GNOME/librsvg is what I use. They've been refactoring it in Rust for the last 5 years. It fit my needs, but I'm still trying to figure out how to get it to compile and get a fully static build.
1 comments

maybe this will help - I pulled it together using instructions from Linux From Scratch, to build a static RSVG Convert that run run inside barebones AWS Linux 2 (on Lambda). https://github.com/serverlesspub/rsvg-convert-aws-lambda-bin...