release: WRNexusJS 0.4.0

This commit is contained in:
2026-07-27 12:42:18 +05:30
parent 8b728a3e5d
commit 30e5721e84
250 changed files with 10065 additions and 3923 deletions
+1 -4
View File
@@ -6,10 +6,7 @@ import {
resolveCaptchaImageStyle,
} from "../src/challenges/styles.ts";
import { renderTextChallenge } from "../src/challenges/visual.ts";
import type {
CaptchaConcreteImageStyle,
CaptchaGeneratorContext,
} from "../src/types.ts";
import type { CaptchaConcreteImageStyle, CaptchaGeneratorContext } from "../src/types.ts";
function random(seedValue = 17) {
let seed = seedValue >>> 0;