vtf
v0.0.3
Published
Work with VTF files in javascript
Downloads
29
Readme
VTF.js
Create vtf files in nodejs or the browser (using browserify)
Ported from VTFLib using emscripten
Usage
var vtf = require('./src/vtf.js');
// rgba data should be an uint8array
var outputRGBAData vtf.fromRGBA(inputRGABATA, width, height);
Licence
LGPL