@zyrab/domo-og
Version:
An OG (Open Graph) image generator config based SVG templates and WASM engine.
35 lines • 631 B
JSON
{
"name": "@zyrab/domo-og",
"version": "0.2.2",
"description": "An OG (Open Graph) image generator config based SVG templates and WASM engine.",
"main": "src/index.js",
"type": "module",
"keywords": [
"domo",
"ssg",
"static site generator",
"build tool",
"frontend",
"og",
"open-graph",
"image",
"svg"
],
"author": "Zyrab",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"src/",
"fonts/",
"LICENSE-RESVG.md",
"README.md"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@resvg/resvg-wasm": "^2.6.2"
}
}