Socket
Socket
Sign inDemoInstall

@jiaminghi/c-render

Package Overview
Dependencies
5
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @jiaminghi/c-render

Canvas-based vector graphics rendering plugin


Version published
Maintainers
2
Install size
3.02 MB
Created

Changelog

Source

1.0.0-alpha.3 (2020-09-23)

Life Cycle

  • Optmization: Add instance parameters.

Readme

Source

ENGLISH

CRender

Travis CI LICENSE version

CRender 是干什么的?

  • 它是一个基于canvas矢量图形渲染插件。
  • 它对图形提供动画和鼠标事件支持。

npm 安装

$ npm install @jiaminghi/c-render

快速体验

<!--调试版-->
<script src="https://unpkg.com/@jiaminghi/c-render/dist/index.js"></script>
<!--压缩版-->
<script src="https://unpkg.com/@jiaminghi/c-render/dist/index.min.js"></script>
<script>
  const { CRender, GRAPHS } = window.CRender
  // do something
</script>

详细文档及示例请移步HomePage.

Keywords

FAQs

Last updated on 23 Sep 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc