Packages

High-performance SVG to image conversion library for Elixir. Converts SVG to PNG, JPG, GIF, or WebP with support for resolution control, transparent backgrounds, and dynamic color preprocessing. Powered by Rust.

Current section

Files

Jump to
svgager config dev.exs
Raw

config/dev.exs

import Config
# Development configuration
# In development, always build NIFs from source (requires Rust)
config :svgager,
force_build_nif: true