nativescript-community / ui-canvas

Implement Canvas into your NativeScript apps.
https://nativescript-community.github.io/ui-canvas/
Apache License 2.0
31 stars 9 forks source link

fix: Added constructor declarations to avoid TypeScript build errors #35

Closed CatchABus closed 2 years ago

CatchABus commented 2 years ago

These declarations are needed in order to avoid typescript build errors. In my case, I tried to set a parameter of type Color | number in LinearGradient constructor, which was not liked by TypeScript build.