scienceai / tsne-js

t-distributed stochastic neighbor embedding (t-SNE) algorithm implemented in JavaScript
https://scienceai.github.io/tsne-js
Apache License 2.0
243 stars 36 forks source link

publish un-transpiled version #8

Open phiresky opened 5 years ago

phiresky commented 5 years ago

When using a bundler (webpack, parcel, etc), it is advantageous to have the original version available, since it will be run through another transpiler anyways (for intellisense, tree shaking, etc).

Should be as easy as publishing the "src" folder, and adding "module": "src/index.js" to package.json (reference)