UNPKG

flexy-bend

Version:

A Three.js library that bends BufferGeometry along Bezier curves

34 lines (33 loc) 699 B
{ "name": "flexy-bend", "description": "A Three.js library that bends BufferGeometry along Bezier curves", "private": false, "version": "0.2.0", "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", "bezier" ], "exports": { ".": { "import": "./dist/flexy-bend.js", "require": "./dist/flexy-bend.umd.cjs" } }, "devDependencies": { "eslint": "8.34.0", "three": "0.146.0", "vite": "4.5.2", "fit-curve": "0.2.0" } }