all repos — captcha @ c833d164be8ae91753e83315c2d9f1a347cf9af8

Go package captcha implements generation and verification of image and audio CAPTCHAs.

Add examples captchas.
Dmitry Chestnykh dmitry@codingrobots.com
Tue, 26 Apr 2011 18:34:52 +0200
commit

c833d164be8ae91753e83315c2d9f1a347cf9af8

parent

5c81f018db7f2dfe408cb07e07151cf7a8af14b9

3 files changed, 8 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -1,5 +1,3 @@

-*TODO(dchest): Add example images and audio.* - Package captcha =====================

@@ -7,6 +5,14 @@ import "github.com/dchest/captcha"

Package captcha implements generation and verification of image and audio CAPTCHAs. + + +Examples +-------- + +![Image](https://github.com/dchest/captcha/raw/master/capgen/example.png) + +[Audio](https://github.com/dchest/captcha/raw/master/capgen/example.wav) Constants