Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-basis-wrapper

felixmariotto3ISC0.0.2

simple node wrapper around a compiled basis-universal executable

basis, file, format

readme

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.