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.

34 lines (33 loc) 975 B
{ "name": "sorcherer", "version": "1.1.0", "description": "A library for attaching dynamic HTML overlays to Three.js Object3D instances with distance-based scaling, rotation, auto-centering, and DOM culling.", "main": "index.js", "module": "index.js", "scripts": { "build": "echo \"No build needed\"", "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", "dependencies": { "three": "^0.152.2" } }