Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.17 KB

README_EN.md

File metadata and controls

35 lines (26 loc) · 1.17 KB

中文

CRender

Travis CI LICENSE LICENSE

What is CRender?

  • It's a vector graphics rendering plugin based on canvas.
  • It provides animation and mouse event support for graphics.

Install with npm

$ npm install @jiaminghi/c-render

Quick experience

<!--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.