@yukun.bao/cvs

1.0.7 • Public • Published

Why

  • Node support
  • Canvas hidpi polyfill
  • Method alias
  • Chain method
  • Commonly used rendering methods

Install

Install

npm install canvas_painter --save

Getting Started

Basic

import { createCanvas } from 'canvas_painter'

const canvas = createCanvas(500, 300)
const ctx = canvas.getContext('2d')

ctx.fillText('Hello World', 100, 100)

Readme

Keywords

Package Sidebar

Install

npm i @yukun.bao/cvs

Weekly Downloads

5

Version

1.0.7

License

ISC

Unpacked Size

4.09 MB

Total Files

18

Last publish

Collaborators

  • yukun.bao