JSPM

@rive-app/canvas

1.0.27
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 793709
  • Score
    100M100P100Q213709F
  • License MIT

Rive's canvas based web api.

Package Exports

  • @rive-app/canvas
  • @rive-app/canvas/rive.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rive-app/canvas) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

npm

Rive

High level Rive API using CanvasRenderingContext2D. Please see https://github.com/rive-app/rive-wasm for a list of all the available web runtimes and their details.

Canvas

npm install @rive-app/canvas

An easy to use high level Rive API using the CanvasRenderingContext2D renderer. This lets Rive use the browser's native high level vector graphics renderer. Best for:

  • Extremely small download size
  • Displaying many animated canvases concurrently on the screen.
  • Simple vector graphics animations without mesh deformations and other upcoming advanced rendering features.

Quickstart