@nicetouch/drei

v10.0.0-alpha.1--nt.9.14
useful add-ons for react-three-fiber
react three threejs react-three-fiber

prebuild

rimraf dist && npm run typegen

build

rollup -c && npm run copy

prepare

npm run build && husky install

eslint

eslint --fix .

eslint:ci

eslint .

prettier

prettier --check .

prettier-fix

prettier --write .

test

npm run eslint:ci && (cd test/e2e; ./e2e.sh)

typecheck

tsc --noEmit --emitDeclarationOnly false --strict --jsx react

typegen

tsc --emitDeclarationOnly

storybook

cross-env NODE_OPTIONS="--openssl-legacy-provider" storybook dev -p 6006

build-storybook

cross-env NODE_OPTIONS="--openssl-legacy-provider" storybook build

copy

copyfiles package.json README.md LICENSE dist && json -I -f dist/package.json -e "this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.husky=undefined; this.prettier=undefined; this.jest=undefined; this['lint-staged']=undefined;"

release

semantic-release
npm i @nicetouch/drei

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 3/22/2024

Downloads