4 lines
99 B
JavaScript
Raw Normal View History

let HTMLCanvasElement = my.createOffscreenCanvas().constructor;
export default HTMLCanvasElement;