UNPKG

flexy-bend

Version:

A library that bends three.js box geometries along Bezier Curves

32 lines (31 loc) 596 B
{ "name": "flexy-bend", "private": false, "version": "0.0.8", "type": "module", "scripts": { "dev": "vite", "build": "vite build --config vite.lib.config.js && vite build --outDir=docs --base=/flexy", "preview": "vite preview" }, "keywords": [ "bend", "geometry", "three", "threejs", "flex", "curve" ], "exports": { ".": { "import": "./dist/flexy-bend.js", "require": "./dist/flexy-bend.umd.cjs" } }, "dependencies": {}, "devDependencies": { "eslint": "8.34.0", "three": "0.146.0", "vite": "4.4.5" } }