diff --git a/src/utils/default.ts b/src/utils/default.ts index 4d4a844..b5c2f05 100644 --- a/src/utils/default.ts +++ b/src/utils/default.ts @@ -19,6 +19,7 @@ export const DISABLE_API = false; /** * Replace the SVG viewer by a canvas + * Better compatibility with Gecko and WebKit engines like Firefox and Safari. * EXPERIMENTAL: svg export wont work and it won't be possible to insert a custom svg) */ export const USE_EXPERIMENTAL_CANVAS_API = false;