The initializeImageMagick() function requires a URL argument pointing to the WASM file. Without it, the library won't properly load and conversions may fail. Changes: - Add initializeImageMagick() call with CDN URL - Use jsDelivr CDN for magick.wasm file - Matches the installed package version (0.0.30) This ensures ImageMagick WASM is properly initialized before performing image conversions, preventing potential runtime errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>