conquer/excanvas

Yii2 excanvas assets

Installs: 14 408

Dependents: 6

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

1.0 2015-04-10 16:16 UTC

This package is auto-updated.

Last update: 2024-04-24 03:19:36 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.