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 prod.exs
Raw

config/prod.exs

import Config
# Production configuration
# In production, use precompiled binaries (no Rust required)
# Set SVGAGER_BUILD=true to override and force building from source
config :svgager,
force_build_nif: false