UNPKG

macaw-threejs

Version:

Macaw Three.js is ready to use library to connect Three.js with your project.<br/> Under the hood is a fully optimized, clean Three.js set up to make it easy to implement effects for images (future text, etc.). With effects out of the box, you don't even

67 lines (66 loc) 1.51 kB
{ "name": "macaw-threejs", "version": "0.2.1", "description": "", "author": "DevWaterdrop", "homepage": "https://github.com/DevWaterdrop/macaw-threejs#readme", "main": "./build/src/index.js", "type": "module", "exports": { ".": { "import": "./build/index.js" }, "./effects": { "import": "./build/@effects/index.js" } }, "typesVersions": { "*": { "index": [ "./build/src/index.d.ts" ], "effects": [ "./build/src/@effects/index.d.ts" ] } }, "keywords": [ "macaw", "javascript", "three", "three.js" ], "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/DevWaterdrop/macaw-threejs.git" }, "bugs": { "url": "https://github.com/DevWaterdrop/macaw-threejs/issues" }, "scripts": { "build": "rollup -c", "lint": "eslint --ignore-path .prettierignore --ext .js,.ts .", "format": "prettier --ignore-path .prettierignore --write \"**/*.+(js|ts|json)\"" }, "devDependencies": { "@rollup/plugin-node-resolve": "^13.2.0", "@types/animejs": "^3.1.4", "@types/three": "^0.137.0", "@typescript-eslint/eslint-plugin": "^5.12.1", "@typescript-eslint/parser": "^5.12.1", "eslint": "^8.9.0", "eslint-config-prettier": "^8.4.0", "prettier": "^2.5.1", "rollup": "^2.68.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.2", "tslib": "^2.3.1", "typescript": "^4.5.5" }, "dependencies": { "animejs": "^3.2.1", "three": "^0.141.0" } }