release: WRNexusJS 0.4.0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user