canvas-snippets
Html5 canvas snippets for Atom
iartist93 5,826 5 0.2.0 MIT GitHub

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.