tweb/src/environment/imageBitmapSupport.ts

4 lines
114 B
TypeScript
Raw Normal View History

2022-08-31 06:22:16 +02:00
const IS_IMAGE_BITMAP_SUPPORTED = typeof(ImageBitmap) !== 'undefined';
export default IS_IMAGE_BITMAP_SUPPORTED;