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

Related packages

Installation

yarn add @thi.ng/rdom-canvas
// ES module
<script type="module" src="https://unpkg.com/@thi.ng/rdom-canvas?module" crossorigin></script>

// UMD
<script src="https://unpkg.com/@thi.ng/rdom-canvas/lib/index.umd.js" crossorigin></script>

Package sizes (gzipped, pre-treeshake): ESM: 584 bytes / CJS: 656 bytes / UMD: 783 bytes

Dependencies

Usage examples

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

A selection:

Screenshot Description Live demo Source
rdom & hiccup-canvas interop test Demo Source

API

Generated API docs

TODO

Authors

Karsten Schmidt

License

© 2020 Karsten Schmidt // Apache Software License 2.0