Socket
Socket
Sign inDemoInstall

@jiaminghi/c-render

Package Overview
Dependencies
4
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
Weekly downloads
3.3K
increased by3.59%
Maintainers
2
Created
Weekly downloads
 

Changelog

Source

1.0.1-alpha.1 (2020-07-30)

Types

  • types: Type optimization.

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 30 Jul 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