File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ <!-- --------------------------------- STOP! ----------------------------------->
2+ <!-- -
3+ Having trouble installing node-canvas? Please make sure you have read
4+ the installation instructions located here before asking for help:
5+ https://github.com/Automattic/node-canvas#installation
6+ Still having problems, found a bug or want a feature? Fill out the form below.
7+ -->
8+
9+ <!-- - Provide a general summary of the issue in the Title above -->
10+
11+ ## Issue or Feature
12+ <!-- - Provide info about the bug or feature. -->
13+
14+ ## Steps to Reproduce
15+ <!-- - For bugs, provide a short, complete code example to reproduce the issue. -->
16+ ``` js
17+ var Canvas = require (' canvas' );
18+ var canvas = new Canvas (200 , 200 );
19+ var ctx = canvas .getContext (' 2d' );
20+ // etc.
21+ ```
22+
23+ ## Your Environment
24+ * Version of node-canvas (e.g. 1.4.0):
25+ * Environment (e.g. node 4.2.0 on Mac OS X 10.8):
You can’t perform that action at this time.
0 commit comments