tjtanjin / react-chatbotify

A modern React library for creating a flexible and extensible chatbot.
https://react-chatbotify.tjtanjin.com/
MIT License
103 stars 49 forks source link

[Task] Compress/resize the image/audio assets to an appropriate size to reduce build package size #21

Closed tjtanjin closed 3 months ago

tjtanjin commented 3 months ago

Description: Currently, in v1.5.1, the build size is around 1.7mb. This is an improvement from previous versions where the build size goes up to 4mb (yikes!). Moving forward, there is room to further reduce the build package size by compressing/resizing the image/audio assets. Some of them are still larger than they need to be.

Note: