UNPKG

@zimjs/three

Version:

Three is a helper module for the ZIM JavaScript Canvas Framework that imports three.js and provides a fast easy way to get started, bring three.js into ZIM or bring ZIM into three.js as TextureActives for full 2D interactivity on any texture / material in

45 lines 1.35 kB
{ "name": "@zimjs/three", "version": "2.4.2", "description": "Three is a helper module for the ZIM JavaScript Canvas Framework that imports three.js and provides a fast easy way to get started, bring three.js into ZIM or bring ZIM into three.js as TextureActives for full 2D interactivity on any texture / material in three.js. Great for menus but also puzzles, games, art on walls, models, or any mesh!", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/danzen/zim-three.git" }, "keywords": [ "3D", "threejs", "textureactive", "interactive", "textures", "zimjs", "zim", "components", "hud", "interfaces", "menus", "interactive", "2D" ], "author": "Dr Abstract", "license": "MIT", "devDependencies": { "@types/three": "latest", "three": "latest", "typescript": "^5.3.3", "zimjs": "^18.0.0" }, "peerDependencies": { "zimjs": "^18.0.0", "three": "latest" }, "bugs": { "url": "https://forum.zimjs.com" }, "homepage": "https://github.com/danzen/zim-three#readme" }