@threepipe/plugin-svg-renderer
Version:
Plugins for SVG Rendering of 3d objects for Threepipe
52 lines (51 loc) • 1.12 kB
JSON
{
"name": "@threepipe/plugin-svg-renderer",
"description": "Plugins for SVG Rendering of 3d objects for Threepipe",
"version": "0.2.5",
"dependencies": {},
"peerDependencies": {
"threepipe": ">=0.1.0"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./dist/": {
"import": "./dist/",
"require": "./dist/"
}
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"README.md",
"CHANGELOG.md",
"docs",
"tsconfig.json"
],
"author": "repalash <palash@shaders.app>",
"license": "GPLV3",
"keywords": [
"three",
"three.js",
"threepipe",
"svg",
"rendering",
"vector-graphics"
],
"bugs": {
"url": "https://github.com/repalash/threepipe/issues"
},
"homepage": "https://github.com/repalash/threepipe#readme",
"repository": {
"type": "git",
"url": "git://github.com/repalash/threepipe.git",
"directory": "plugins/svg-renderer"
}
}