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

fix: Reduce svg assets size #28

Closed sharabhh closed 3 months ago

sharabhh commented 3 months ago

Description

reduced svgs file size for : -

(these files are in src/assets)

voice_icon from 10.26kb to 7.30kb chat_icon from 24.53kb to 16.13kb audio_icon from 5.30kb to 3.96kb file_attachment_icon from 4.13kb to 3.08kb notification_icon from 4.61kb to 3.49kb

I wasn't able to compress WAV file

Closes #21

What change does this PR introduce?

reduced svg file sizes to make the package smaller

Please select the relevant option(s).

What is the proposed approach?

Please give a short overview/explanation on the approach taken to resolve the issue(s). used an online svg compressor to compress the images

Checklist:

tjtanjin commented 3 months ago

LGTM, thanks!

sharabhh commented 3 months ago

that's great! :)