You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use this combined with free-tex-packer-core in a node .mjs script but errors with 'cannot find module ktx2-encoder/dist/node/index.js.
Just importing like this:
import{encodeToKTX2}from'ktx2-encoder'
Also I should mention the dist/node folder only seems to include various basis_encoder files. It was my understanding that is a different format than ktx2 but maybe it's a combined encoder?
The text was updated successfully, but these errors were encountered:
I tried to use this combined with
free-tex-packer-core
in a node .mjs script but errors with 'cannot find module ktx2-encoder/dist/node/index.js.Just importing like this:
Also I should mention the dist/node folder only seems to include various
basis_encoder
files. It was my understanding that is a different format than ktx2 but maybe it's a combined encoder?The text was updated successfully, but these errors were encountered: