PESDK/Web
runtime not found
If you encounter a runtime not found
error after installing the PhotoEditor, please install regenerator-runtime
and add it to your polyfills.ts
or at the beginning of your index.js
import 'regenerator-runtime/runtime';