tweb/src/environment/imageBitmapSupport.ts

4 lines
114 B
TypeScript

const IS_IMAGE_BITMAP_SUPPORTED = typeof(ImageBitmap) !== 'undefined';
export default IS_IMAGE_BITMAP_SUPPORTED;