0.0.2 • Published 4 years ago

node-basis-wrapper v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

node-basis

Simple wrapper around a basis-universal executable.

Basis Universal is a "supercompressed" GPU texture and texture video compression system that outputs a highly compressed intermediate file format (.basis) that can be quickly transcoded to a wide variety of GPU texture compression formats.

Three.js doc page on basis texture loader

install

npm install node-basis -g

usage

node-basis -file myFile.png

more options

All arguments are forwarded to the basis-universal API.
Type node-basis without argument to get documentation.