conquer / excanvas
Yii2 excanvas assets
Installs: 14 520
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-24 04:33:12 UTC
README
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
Installation
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require conquer/excanvas "*"
or add
"conquer/excanvas": "*"
to the require
section of your composer.json
file.
Usage
conquer\excanvas\ExcanvasAsset::register($this);
License
conquer/excanvas is released under the MIT License. See the bundled LICENSE.md
for details.