UNPKG

sorcherer

Version:

A library for attaching dynamic HTML overlays to Three.js Object3D instances with distance-based scaling, rotation, auto-centering, and DOM culling.

53 lines (52 loc) 1.33 kB
{ "name": "sorcherer", "version": "2.1.1", "description": "A library for attaching dynamic HTML overlays to Three.js Object3D instances with distance-based scaling, rotation, auto-centering, and DOM culling.", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "scripts": { "build": "node scripts/build.mjs && rollup -c", "test": "echo \"No tests specified\"" }, "repository": { "type": "git", "url": "git+https://github.com/yepistream/sorcherer.git" }, "keywords": [ "threejs", "overlay", "html", "3d", "culling", "sorcherer", "dom" ], "author": "Marko Kazimirovic (yepistream/BamBam/maBBam)", "license": "MIT", "bugs": { "url": "https://github.com/yepistream/sorcherer/issues" }, "homepage": "https://github.com/yepistream/sorcherer#readme", "files": [ "dist", "src", "index.js", "magicalStyle.css" ], "unpkg": "dist/sorcherer.umd.min.js", "jsdelivr": "dist/sorcherer.umd.min.js", "dependencies": { "three": "^0.152.2" }, "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "rollup": "^4.35.0" } }