Type Library Revision Release 2024.3703 Keywords SVG, nanosvg Platforms Android, iOS, macOS, Windows, tvOS
This plugin provides the ability to rasterize simple SVG vector images using the Nano SVG library.
Not all SVG files work with Nano SVG. Be sure to test individual files for compatibility.
local nanosvg = require( "plugin.nanosvg" )
To use this plugin, add an entry into the plugins
table of build.settings
. When added, the build server will integrate the plugin during the build phase.
settings = { plugins = { ["plugin.nanosvg"] = { publisherId = "com.coronalabs" }, }, }