toonlab
v0.1.0
Published
Alias for @call-me-sensei/toonlab — stylized (anime/toon) game starter kit for Three.js
Maintainers
Readme
toonlab
This package is an alias for @call-me-sensei/toonlab, the stylized (anime/toon) game starter kit for Three.js by Call Me Sensei.
Installing toonlab pulls in the real package and re-exports all of its entry points, so both of these work:
import { applyToonShader } from 'toonlab/toon';
import { applyToonShader } from '@call-me-sensei/toonlab/toon';For documentation, prefer installing the scoped package directly:
npm install @call-me-sensei/toonlabSee the main package for docs, examples, and issues.
