modern-canvas 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -3594,7 +3594,8 @@ class FontLoader extends Loader {
3594
3594
  };
3595
3595
  [
3596
3596
  "woff",
3597
- "ttf"
3597
+ "ttf",
3598
+ "otf"
3598
3599
  ].forEach((mimeType) => {
3599
3600
  assets.register(mimeType, handler);
3600
3601
  });