We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script src="https://rawgit.com/kangax/fabric.js/master/dist/fabric.js"></script> </head> <body> <canvas id="c" width="300" height="300" style="border:1px solid #ccc"></canvas> <script> (function() { var canvas = new fabric.Canvas('c'); })(); </script> </body> </html>