Added title

This commit is contained in:
Adrian Cooney 2013-06-30 03:57:07 +01:00
parent 6174e4c4a5
commit 6b88c8bf93
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# console.snapshot( _canvas_ )
### Snapshot a canvas and output it to the console.
`console.snapshot` takes and inputted _<canvas>_ element and outputs a snapshot of it into the console. It makes debugging the canvas a less dramatic task. See [this demo](http://dunxrion.github.io/console.snapshot). `console.snapshot` is a fork of the [`console.image`](http://github.com/dunxrion/console.image) and actually does something useful.
`console.snapshot` takes and inputted _<canvas>_ element and outputs a snapshot of it into the console. It makes debugging the canvas a little less dramatic. See [this demo](http://dunxrion.github.io/console.snapshot). `console.snapshot` is a fork of the [`console.image`](http://github.com/dunxrion/console.image) and actually does something useful.
![The demo](http://i.imgur.com/IYLD8pz.png)

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Page</title>
<title>console.snapshot</title>
<style type="text/css">
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;