Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

iartist93/canvas-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Snippets for Atom

This package add a collection of HTML5 canvas snippets for you Atom text editor

Install

Go to Atom > Preferences... then search for Canvas snippets in Packages tab.

Usage

Example: -> to be updated soon...

[fr] context.fillRect()

context.fillRect(0, 0, 400, 230);

[qc] context.quadraticCurveTo()

ctx.quadraticCurveTo(cp1x, cp1y, x, y);

Most of snippets here are writtern originally by John hunter for textmate.

About

HTML5 canvas snippets for github Atom text edior

Resources

License

Stars

Watchers

Forks

Packages

No packages published