node-rsvg-prebuilt icon indicating copy to clipboard operation
node-rsvg-prebuilt copied to clipboard

Parse SVG files and render them as PNG, PDF, SVG, or raw memory buffer images.

Results 6 node-rsvg-prebuilt issues
Sort by recently updated
recently updated
newest added

I've attached the full log from NPM (`npm install librsvg-prebuilt -g`): [2022-08-29T01_07_01_543Z-debug-0.log](https://github.com/f3lang/node-rsvg-prebuilt/files/9440889/2022-08-29T01_07_01_543Z-debug-0.log) I have no idea why it's failing as the log is a little cryptic to me. I am...

Waiting for lgeiger/node-abi/pull/62

This is preventing me from building on macOS 10.14.4, because it overwrites any other PKG_CONFIG_PATH that I have set in my environment. On my system, which I've set up using...

Hello, I'd like to add flags to the Rsvg constructor: ```javascript new Rsvg({keepImageData: true, unlimited: false}); ``` But if I try to refer to `ARGVAR[0]` in https://github.com/f3lang/node-rsvg-prebuilt/blob/master/src/Rsvg.cc#L93, it's always empty:...

I think I would prefer it if #12 was merged instead of this, but if you want to continue to help users with a "misconfigured" pkg-config this should preserve the...

Right now there are 3 projects of the rsvg native bindings available in npm: rsvg librsvg librsvg-prebuilt librsvg is a fork of rsvg and librsvg-prebuilt is a fork of librsvg....