scrawl-canvas
Version:
Version 8.9.4 - 19 Nov 2022
34 lines (26 loc) • 1.6 kB
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Scrawl-canvas</title>
<link href="demo/css/normalize.css" rel="stylesheet" />
<link href="demo/css/tests.css" rel="stylesheet" />
</head>
<body>
<h1>Welcome to the Scrawl-canvas code base</h1>
<p>Scrawl-canvas is a JavaScript library for working with the HTML5 <canvas> element. The library:</p>
<ul>
<li>Automatically discovers existing <canvas> elements in a web page.</li>
<li>Can add new <canvas> elements to the web page.</li>
<li>Defines a set of factory functions for creating a wide range of graphic artefacts and effects, which can be drawn on a canvas.</li>
<li>Includes an adaptable - yet easy to use - protocol for positioning, displaying and animating artefacts and effects across the canvas.</li>
<li>Adds functionality to make <canvas> elements responsive, adapting their size according to their surrounding environment.</li>
<li>Makes the canvas both accessible, and interactive - including the ability to easily track user interactions with different parts of the canvas.</li>
</ul>
<h4>Download and installation</h4>
<p><a href="https://github.com/KaliedaRik/Scrawl-canvas">See GitHub for details</a> on how to add Scrawl-canvas to a project.</p>
<p>See the local <a href="docs/index.html">documentation</a> and <a href="demo/index.html">Demo pages</a> for examples of how to use Scrawl-canvas in your project.</p>
</body>
</html>