- It's a vector graphics rendering plugin based on canvas.
- It provides animation and mouse event support for graphics.
$ npm install @jiaminghi/c-render
<!--Debug version-->
<script src="https://unpkg.com/@jiaminghi/c-render/dist/index.js"></script>
<!--Compression version-->
<script src="https://unpkg.com/@jiaminghi/c-render/dist/index.min.js"></script>
<script>
const { CRender, extendNewGraph } = window.CRender
// do something
</script>
Detailed documents and examples can be viewed on the HomePage.