Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jiaminghi/c-render

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jiaminghi/c-render

Canvas-based vector graphics rendering plugin

  • 1.0.0-alpha.4
  • next
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.1K
increased by11.63%
Maintainers
2
Weekly downloads
 
Created
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

Package last updated on 15 May 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc