Giter VIP home page Giter VIP logo

flashcanvas's Introduction

FlashCanvas
===========

An implementation of the HTML5 Canvas API for Internet Explorer.


Description
-----------

FlashCanvas is a JavaScript library which adds the HTML5 Canvas support
to Internet Explorer. It renders shapes and images via Flash drawing
API, and in many cases, runs faster than other similar libraries which
use VML or Silverlight.


Requirements
------------

 * Microsoft Internet Explorer
 * Adobe Flash Player 9 or later


Usage
-----

FlashCanvas consists of JavaScript, Flash and PHP files:

 * flashcanvas.js
 * flashcanvas.swf
 * canvas2png.js (helps you to save a canvas image)
 * proxy.php     (used to load a file from other domain)
 * save.php      (used to save a canvas image)

These files can be found in the bin directory in this distribution
package. To install FlashCanvas, copy these files into some directory on
a Web server, and then add the following HTML code between <head> and
</head> tags on your web page.

    <!--[if lt IE 9]>
    <script type="text/javascript" src="path/to/flashcanvas.js"></script>
    <![endif]-->

That's all you have to do in most cases. For more details, please read
the online manual at the project page.


License
-------

FlashCanvas is developed by FlashCanvas Project and released under the
MIT License.


Contact
-------

If you have a question about FlashCanvas, please utilize the discussion
group and issue tracker found at the project page. If you need to
contact us directly, you can reach us at the e-mail address.

Project page: http://code.google.com/p/flashcanvas/
E-mail:       [email protected]

flashcanvas's People

Contributors

lachie avatar

Watchers

James Cloos avatar Guillermo Navarro Mancillas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.