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

Svg size reduced #27

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

Please select the relevant option(s).

What is the proposed approach?

used an online compressor to reduce file sizes as much was possible to reduce package size

Checklist:

sharabhh commented 3 months ago

Packages got updated by themselves, i didn't notice it. I'll fix it

tjtanjin commented 3 months ago

Packages got updated by themselves, i didn't notice it. I'll fix it

Hey! Thank you for taking time to look at this. You'll want to branch out from the latest commit on master in your new PR (feel free to merge into Master, this doesn't necessarily need to wait for v2.0.0)

sharabhh commented 3 months ago

Packages got updated by themselves, i didn't notice it. I'll fix it

Hey! Thank you for taking time to look at this. You'll want to branch out from the latest commit on master in your new PR (feel free to merge into Master, this doesn't necessarily need to wait for v2.0.0)

oh okay, I'll make a pr for master only then