UNPKG

@threepipe/plugins-extra-importers

Version:

Extra Threepipe plugins for importing several file types.

47 lines (46 loc) 1.02 kB
{ "name": "@threepipe/plugins-extra-importers", "description": "Extra Threepipe plugins for importing several file types.", "version": "0.2.3", "dependencies": {}, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./dist/": { "import": "./dist/", "require": "./dist/" } }, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "src" ], "author": "repalash <palash@shaders.app>", "license": "Apache-2.0", "keywords": [ "three", "three.js", "threepipe", "tweakpane", "editor", "plugin" ], "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/extra-importers" }, "peerDependencies": { "threepipe": "^0.0.13" } }