ex.Canvas 1.0.0

dotnet add package ex.Canvas --version 1.0.0
NuGet\Install-Package ex.Canvas -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ex.Canvas" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ex.Canvas --version 1.0.0
#r "nuget: ex.Canvas, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ex.Canvas as a Cake Addin
#addin nuget:?package=ex.Canvas&version=1.0.0

// Install ex.Canvas as a Cake Tool
#tool nuget:?package=ex.Canvas&version=1.0.0

DESCRIPTION

Firefox, Safari and Opera 9 support the canvas tag to allow 2D command-based
drawing operations. ExplorerCanvas brings the same functionality to Internet
Explorer; web developers only need to include a single script tag in their
existing canvas webpages to enable this support.


-----------------------------------------
INSTALLATION

Include the ExplorerCanvas tag in the same directory as your HTML files, and
add the following code to your page, preferably in the <head> tag.

<!--[if lte IE 8]>
<script type="text/javascript" src="excanvas.js"></script>
<![endif]-->

If you run into trouble, please look at the included example code to see how
to best implement this

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 2,860 2/10/2016

ExplorerCanvas
Copyright 2006 Google Inc.