ktx2-encoder
v0.1.0
Published
KTX2(.ktx2) encoder for browser applications
Downloads
283
Maintainers
Readme
ktx2-encoder
This is a simple tool to convert images to KTX2(.ktx2) format. Ported from BinomialLLC/basis_universal.
Quick Start
Install:
npm install --save ktx2-encoder
Import:
import { encodeToKTX2, encodeKTX2Cube } from 'ktx2-encoder';
Usage:
// encode a 2D image
encodeToKTX2(data /** ArrayBuffer of png */, options);
// encode a cube map
encodeKTX2Cube([data, ...] /** ArrayBuffer of png */, options);
See options API documentation for more details.
Tool
- Start server
npm run dev
Open the page,default is http://localhost:5174/
Use it! Select your images and encode it to ktx2