Disable experiomental canvas api

This commit is contained in:
Eric NGUYEN 2022-11-04 13:42:35 +01:00
parent 0ac42b3500
commit 93a444e61c

View file

@ -24,7 +24,7 @@ export const DEFAULT_LANGUAGE = 'fr';
* Better compatibility with Gecko and WebKit engines like Firefox and Safari. * 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) * EXPERIMENTAL: svg export wont work and it won't be possible to insert a custom svg)
*/ */
export const USE_EXPERIMENTAL_CANVAS_API = true; export const USE_EXPERIMENTAL_CANVAS_API = false;
/** Enable keyboard shortcuts (default = true) */ /** Enable keyboard shortcuts (default = true) */
export const ENABLE_SHORTCUTS = true; export const ENABLE_SHORTCUTS = true;