L O A D I N G
kokomi.js
—— A Growing 3D Library
Scroll To View More
What is kokomi.js?
kokomi.js is a three.js-based component
library for 3D development. It has many
useful classes and functions. Also written
in TypeScript for better dev experience.
How to install it?
$ npm i kokomi.js
kokomi.umd.js for CDN is also available.
When using it, you can write this:
import * as kokomi from "kokomi.js";
Happy coding :)