js-canvas-rendering-context-2d 0.2.0

A library meant to be a zero dependency wrapper for the CanvasRenderingContext2D web api for use in WASM rust applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
description = "A library meant to be a zero dependency wrapper for the CanvasRenderingContext2D web api for use in WASM rust applications."
edition = "2021"
license-file = "LICENSE"
name = "js-canvas-rendering-context-2d"
readme = "README.md"
repository = "https://github.com/SethRAH/js-canvas-rendering-context-2d"
resolver = "2"
version = "0.2.0"