rsvg-convert-aws-lambda-binary
Version:
A statically linked rsvg-convert binary utility from the librsvg Linux package, allowing you to render SVG images to PDF and PNG on AWS Lambda using Cairo.
31 lines (30 loc) • 814 B
JSON
{
"name": "rsvg-convert-aws-lambda-binary",
"version": "1.0.2",
"description": "A statically linked rsvg-convert binary utility from the librsvg Linux package, allowing you to render SVG images to PDF and PNG on AWS Lambda using Cairo.",
"files": [
"vendor"
],
"repository": {
"type": "git",
"url": "git+https://github.com/claudiajs/rsvg-convert-aws-lambda-binary.git"
},
"keywords": [
"aws",
"lambda",
"rsvg-convert",
"librsvg",
"cairo",
"cairographics",
"serverless",
"png",
"pdf",
"svg"
],
"author": "Gojko Adzic <gojko@gojko.com>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/claudiajs/rsvg-convert-aws-lambda-binary/issues"
},
"homepage": "https://github.com/claudiajs/rsvg-convert-aws-lambda-binary#readme"
}