captcha-canvas icon indicating copy to clipboard operation
captcha-canvas copied to clipboard

A captcha generator by using skia-canvas.

Results 5 captcha-canvas issues
Sort by recently updated
recently updated
newest added

feature request: setCaptcha support to pass SetCaptchaOption array, for now, only can pass one SetCaptchaOption for example, I want generate a captcha: "abcd", and "ab" is red, "cd" is green

feature request
todo :spiral_notepad:

\node_modules\captcha-canvas\node_modules\skia-canvas\lib\v6\index.node at Object.Module._extensions..node (node:internal/modules/cjs/loader:1210:18) at Module.load (node:internal/modules/cjs/loader:1004:32) at Function.Module._load (node:internal/modules/cjs/loader:839:12) at Module.require (node:internal/modules/cjs/loader:1028:19) at require (node:internal/modules/cjs/helpers:102:18) at Object. (\node_modules\captcha-canvas\node_modules\skia-canvas\lib\index.js:23:29) at Module._compile (node:internal/modules/cjs/loader:1126:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10) at Module.load (node:internal/modules/cjs/loader:1004:32) at Function.Module._load...

Hey folks 👋, v2.4.0 will come with more features to create a captcha - Rewrite in typescript (so no typings update problem) - New `Captcha` class to provide more control...

wontfix
todo :spiral_notepad:
wip

Dockerfile: `FROM node:20.9.0 WORKDIR /bots/app COPY . . RUN npm i && npm run build CMD [ "node", "dist/main" ]` Errors: npm ERR! code 1 8.553 npm ERR! path /bots/app/node_modules/skia-canvas...

I try to bundle with webpack and show this error: ``` uncaught Error Error: Cannot find module 'XXX/../package.json' at webpackEmptyContext (XXX\main.js:71350:10) at eval (repl:1:26) ``` It seen webpack don't bundle...