From 47c50dea7c78bf3ecf1ff589e73a68cdf5ddfc82 Mon Sep 17 00:00:00 2001 From: cerealxp Date: Sun, 2 Jul 2023 10:56:22 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README.md b/README.md index 60ef5c3..82aeaec 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,3 @@ FreeCAPTCHA is a new CAPTCHA system for privacy-focused websites. No JS, minimal dependencies, all on-premise (no 3rd party APIs required). -Here's a minimalistic implementation, to show you what it looks like: - -initial page - -Let's try selecting an *incorrect* option: - -wrong select - -And we submit, to see what happens: - -wrong result - -Okay, what if select the *correct* image? - -right select - -And smash that submit button to see where it goes! - -right result - -Viola! Although the concept works, it's mostly just that, a proof of concept. The code needs to be modularized into a library that can be loaded into a little iframe for easy integration \ No newline at end of file +It offers an image which you must rotate a certain number of times, submitting once it's correctly rotated. Will include screenshots and a live example app below soon. \ No newline at end of file