uhho / density-clustering

Density Based Clustering in JavaScript
MIT License
214 stars 33 forks source link

UTF8-BOM Encoding #17

Open ciasaboark opened 7 months ago

ciasaboark commented 7 months ago

The lib/KMEANS.js file is encoded as UTF-8 text with byte order markers. That encoding can cause issues with some bundlers (specifically webpack).

The rest of the library is encoded as UTF8 (no byte order markers). Can the KMEANS clustering file be updated to use the same format?