Skip to content

Latest commit

 

History

History

rdom-canvas

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

rdom-canvas

npm version npm downloads Twitter Follow

This project is part of the @thi.ng/umbrella monorepo.

About

@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing.

Status

ALPHA - bleeding edge / work-in-progress

Search or submit any issues for this package

Related packages

Installation

yarn add @thi.ng/rdom-canvas

ES module import:

<script type="module" src="https://cdn.skypack.dev/@thi.ng/rdom-canvas"></script>

Skypack documentation

For Node.js REPL:

# with flag only for < v16
node --experimental-repl-await

> const rdomCanvas = await import("@thi.ng/rdom-canvas");

Package sizes (gzipped, pre-treeshake): ESM: 743 bytes

Dependencies

Usage examples

Several demos in this repo's /examples directory are using this package.

A selection:

Screenshot Description Live demo Source
Interactive visualization of closest points on ellipses Demo Source
rdom & hiccup-canvas interop test Demo Source

API

Generated API docs

TODO

Authors

Karsten Schmidt

If this project contributes to an academic publication, please cite it as:

@misc{thing-rdom-canvas,
  title = "@thi.ng/rdom-canvas",
  author = "Karsten Schmidt",
  note = "https://thi.ng/rdom-canvas",
  year = 2020
}

License

© 2020 - 2021 Karsten Schmidt // Apache Software License 2.0