Excanvas assets for Yii2 framework
Description
Modern browsers like Firefox, Safari, Chrome and Opera support the HTML5 canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to Internet Explorer. To use, web developers only need to include a single script tag in their existing web pages.
For more information please visit Excanvas, (*1)
Installation
The preferred way to install this extension is through composer., (*2)
To install, either run, (*3)
$ php composer.phar require conquer/excanvas "*"
or add, (*4)
"conquer/excanvas": "*"
to the require
section of your composer.json
file., (*5)
Usage
conquer\excanvas\ExcanvasAsset::register($this);
License
conquer/excanvas is released under the MIT License. See the bundled LICENSE.md
for details., (*6)