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

Update blueprint.md - Add Svelte usage for `ui-canvas` #51

Closed jasongitmail closed 4 months ago

jasongitmail commented 4 months ago

Includes some things helpful to devs:

  1. code comments indicating which file the code belongs in
  2. code example includes the imports needed for the example draw() method and adds the canvas object which is undefined in the current example.
  3. shows a layout wrapping the canvas view since it is required.
farfromrefug commented 4 months ago

@jasongitmail awesome thanks a lot for this!