Skip to content

Commit 38af856

Browse files
committed
chore: format
1 parent 190d8e9 commit 38af856

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/canvas-polyfill/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ import { Document } from './DOM/Document';
1313
import './window';
1414
import './resize';
1515
import './process';
16-
import { TextDecoder, TextEncoder } from '@nativescript/canvas';
17-
import { ImageBitmap } from '@nativescript/canvas/ImageBitmap';
16+
import { TextDecoder, TextEncoder, ImageBitmap} from '@nativescript/canvas';
1817
import { URL } from './URL';
1918
(global as any).document = (global as any).window.document = (global as any).document || new Document();
2019

packages/canvas-polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-polyfill",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "Polyfill for making NativeScript compatible with web libs like pixi.js, three.js, phaser.js, babylon.js, etc....",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)