SVG Images
If you would like to allow SVG image uploads, you can use the following feature flag. By default, SVG image uploads are disabled.
unlayer.init({
features: {
svgImageUpload: true
}
})
Updated about 2 months ago
If you would like to allow SVG image uploads, you can use the following feature flag. By default, SVG image uploads are disabled.
unlayer.init({
features: {
svgImageUpload: true
}
})
Updated about 2 months ago