Major Changes
-
#84
440e082Thanks @rdunk! - Export all public types from the main package entry point. Replaces type imports from internal/libpaths. -
#84
440e082Thanks @rdunk! - Dropped CommonJS support. The package is now ESM only; useimportsyntax instead ofrequire(). -
#84
440e082Thanks @rdunk! - Replaced the default export with a named export. UsecreateImageUrlBuilderinstead of the default export.