webarkit / jsartoolkitNFT

jsartolkitNFT is a smaller version of jsartoolkit5 with only NFT support
GNU Lesser General Public License v3.0
132 stars 25 forks source link

Testing ES6 in artoolkitNFT.api.js as --pre-js #125

Closed kalwalt closed 1 year ago

kalwalt commented 2 years ago

From emsdk version 3.1.0 (see https://emscripten.org/docs/introducing_emscripten/release_notes.html) ES6 is used in the core libraries, this means that we can try to use such feature in artoolkit.api.js or maybe, at least, create an alternative artoolkit_ES6.api.js for testing.

kalwalt commented 2 years ago

This is possible i'm working on this branch https://github.com/webarkit/jsartoolkitNFT/tree/feature-ES6-api.js

kalwalt commented 1 year ago

done with PR #271