0.2.2 • Published 6 years ago
webgl-buffers v0.2.2
Typescript module
This is an npm module built with TypeScript. It contains several useful build scripts. You can find the scripts by running the command
npm runnpm run clean: clean the output folders./esand./js.npm run tslint: lint the ts filesnpm run tsc: compile the TypeScript in./tsinto ES2015 in the./esfolder.npm run babel: compile the ES2015 in the./esinto JavaScript in the./jsfolder.npm run compile: run both the tsc and the babel steps.npm run test: run unit tests.npm run watch: continuously run unit tests.