safe-svg
safe-svg copied to clipboard
Add option to enable large SVGs
Description of the Change
PR adds support of large SVG files to the plugin. It also adds a setting for it to let the users toggle this behaviour.
How to test the Change
Verify GH action run on this PR and it works properly.
Changelog Entry
Added - Option to enable large SVG file(>10M) upload
Closes #178
Credits
Props @kirtangajjar
Checklist:
- [x] I agree to follow this project's Code of Conduct.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my change.
- [ ] All new and existing tests pass.