UNPKG

@threepipe/plugin-svg-renderer

Version:

Plugins for SVG Rendering of 3d objects for Threepipe

48 lines (47 loc) 1.05 kB
{ "name": "@threepipe/plugin-svg-renderer", "description": "Plugins for SVG Rendering of 3d objects for Threepipe", "version": "0.2.3", "dependencies": {}, "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" ], "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" }, "peerDependencies": { "threepipe": "^0.0.39" } }