From c9ee8f22366b5eae84d54063eaee2e2eababb141 Mon Sep 17 00:00:00 2001 From: Adrian Cooney Date: Mon, 1 Jul 2013 03:07:38 +0100 Subject: [PATCH] Add console.screenshot screenshot --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 544283d..658ecb4 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ console.screenshot(canvas); console.screenshot(canvas, 0.8); //Snapshot it and scale the output to 80% of the original size ``` +![Screenshot demo](http://i.imgur.com/e1EUuhM.png) + ### console.image( _<url>_ ) `console.image` outputs an image from a url into the console. See [console.image](http://github.com/dunxrion/console.image).