File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ Canvas Snippets is a plugin for SublimeText 2 & 3 to make coding with HTML5 Canv
5
5
### Installing
6
6
***
7
7
Download the latest version:
8
+
8
9
* https://github.com/skadimoolam/Canvas-Snippets/releases
9
10
10
11
#### or
11
12
12
13
Install it via Package Control.
14
+
13
15
* Install [ PackageControl] ( https://packagecontrol.io/installation )
14
16
* Find PackageControl in the Command Palette(` CTRL+SHIFT+P ` )
15
17
* Search for ` Canvas Snippets ` and Install it.
@@ -19,7 +21,8 @@ Install it via Package Control.
19
21
***
20
22
Using these snippets are as easy as typeing the first two letters of a Method and Entering ` Tab ` .
21
23
22
- Examples:
24
+ Examples:
25
+
23
26
* To revel the ` stroke() ` method, type ` st ` and Press ` Tab ` .
24
27
* To insert the ` rotate() ` method, type ` ro ` and Press ` Tab ` .
25
28
You can’t perform that action at this time.
0 commit comments