1.0.7 • Published 4 years ago

@yukun.bao/cvs v1.0.7

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

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)
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago