Three.js file size is too large

Hi all

I want to know if there is any version of Three.js that has smaller size than 400KB?!

Thanks

This question was already answered here: https://github.com/mrdoob/three.js/issues/19148

did you upload that gzipped version directly somewhere?

That happens automatically if JS files are properly served from a web server.

1 Like

yes but i was looking for a shorter way :wink:

Why don’t you gzip it yourself then?

do you know any reliable online website for that?

Well, when using UNIX based OS like macOS it’s just:

gzip three.min.js

Otherwise use 7-Zip.

1 Like

Thanks for your great support

1 Like