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

config/test.exs

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