Commit Graph

84 Commits

Author SHA1 Message Date
HF acc263fc06 change urls to git.pixelplanet.fun 2022-06-18 11:33:57 +02:00
HF 2800790814 bump version 2021-12-03 01:31:57 +01:00
pixelplanetdev d222b851e2
Merge pull request #4 from XfedeX/master
Fix createCaptcha() not working.
2021-12-03 01:29:55 +01:00
XfedeX 9d10f9b1a3
Fix createCaptcha() not working. 2021-11-29 18:36:18 +01:00
HF d73f3d4c9e add support for font option and multiple fonts 2021-08-21 16:15:56 +02:00
HF d557f8a42f add style option 2021-03-17 23:21:49 +01:00
HF cddae08b57 increment version 2021-03-17 22:59:19 +01:00
HF 3943755af6 add more examples to README 2021-03-17 22:58:10 +01:00
HF 5943c70806 change defaults 2021-03-17 22:58:01 +01:00
HF d4d4d191fe add exmple pic 2021-02-04 03:31:32 +01:00
HF 8be61c1f7c add and document options for manipulating path 2021-02-03 22:13:23 +01:00
HF e5f5f760d6 remove debugging messages 2021-02-03 21:14:28 +01:00
HF ebe2827d41 update readme to link to our npm package 2021-02-03 21:05:48 +01:00
HF f7c16ee1d1 update package.json urls to our repo 2021-02-03 20:58:06 +01:00
HF f76018e1b3 Remove CoC 2021-02-03 20:45:24 +01:00
HF 7c6601d2d5 Merge character paths and join them with random lines
Remove color option
Make stroke and fill styling optional
Change README and links to this repo, but refer to the original svg-captcha in README
Change example pics to our current captcha
2021-02-03 20:39:28 +01:00
HF a5257ace35 Remove noise lines
(they are very distinc paths in length and size and can easily be filtered out by any script, they do not benefit us)
2021-02-03 09:43:18 +01:00
Sarasa Kisaragi 16c4e9ac99
fix a stupid code order problem 2020-03-22 00:42:30 +08:00
Ling Samuel ecb62a63ad
Add randomize 2020-03-22 00:35:41 +08:00
lichaozhy eb2e1dd4f8 [RELEASE]
[FIXED] delete yarn.lock
2019-05-03 21:39:27 +08:00
Unknown 7f26cd6fa2 [FIXED] .npmignore added to prevent git file being installed when depending from github over npm 2019-05-03 21:31:06 +08:00
Unknown e71918ebda [ADDED] min/max and operator options to the exports.mathExpr, extended tests and (english) readme 2019-05-03 21:31:06 +08:00
lichaozhy f7516359da [FIXED] viewbox 2018-11-27 11:27:23 +08:00
Weilin Shi 834f1b8c1e [UPDATED] readme 2017-09-09 14:01:53 +08:00
Weilin Shi 1aae7c86b9 1.3.11 2017-08-23 20:49:36 +08:00
Joseph Duffy 9025d64317 Adds `size` property to `ConfigObject` in types declaration (#14)
* Adds `size` property to `ConfigObject` in types declaration
2017-08-23 20:44:12 +08:00
Weilin Shi c8160fb055 1.3.10 2017-08-23 17:41:53 +08:00
Joseph Duffy dbd8c622aa Updates size parameter in `randomText(size:)` method in index.d.ts to have correct type 2017-08-23 17:40:27 +08:00
Weilin Shi 7fae447d52 [UPDATED] example usage 2017-08-20 11:01:12 +08:00
Weilin Shi e730669f26 [UPDATED] code-of-conduct 2017-08-16 17:06:13 +08:00
Weilin Shi 445707c4e8 [UPDATED] jest vs code debug file
[REMOVED] unused gitignore
[UPDATED] header image
2017-08-09 16:11:20 +08:00
Weilin Shi 1343a85439 [FIXED] tests on node v4 2017-08-09 13:42:25 +08:00
Weilin Shi 0aec54424b [UPDATED] migrate to jest with snapshot test 2017-08-09 13:15:22 +08:00
Weilin Shi d07e812969 fix duplication in issue template 2017-08-01 11:55:08 +08:00
Weilin Shi 17cfe944e6 [FIXED] #11 charPreset option 2017-07-23 07:13:34 +08:00
Weilin Shi 502d534f20 [UPDATED] deps 2017-07-20 11:53:04 +08:00
Weilin Shi cf95fb6d01 [ADDED] issue template and code of conduct 2017-07-08 09:35:59 +08:00
Weilin Shi 5df80b70b3 Create CONTRIBUTING.md 2017-06-25 14:16:10 +08:00
Weilin Shi 5b86de71a6 [UPDATED] test for node version 8.x 2017-06-19 16:25:28 +08:00
Weilin Shi a6f3d2907d [UPDATED] deps 2017-06-11 10:52:04 +08:00
Weilin Shi b87fa9515a [UPDATED] randomize path command 2017-06-03 12:09:33 +08:00
Weilin Shi 22f495cacb [UPDATED] deps
[ADDED] history file
2017-05-27 14:47:07 +08:00
Weilin Shi 3224c4c56e [UPDATED] deps and definition 2017-05-16 16:44:24 +08:00
Weilin Shi 2f68649192 1.3.5 2017-05-08 19:10:23 +08:00
Weilin Shi 11d04996a8 [UPDATED] dependencies
[FIXED] code style
2017-05-08 19:01:53 +08:00
Weilin Shi 52e2139e64 [ADDED] vscode debug config file
[UPDATED] dependencies
2017-04-27 10:51:50 +08:00
Chaos Lee 3a7349cd9a Update README.md 2017-04-12 22:02:44 +08:00
Weilin ba2f4fdb24 [FIXED] how characters are align in image
[UPDATED] dependencies
2017-03-30 17:22:59 +08:00
Weilin Shi 6585dc2415 [UPDATED] dependencies
[REFACTOR] write all test file into a folder instead of splat them
2017-03-24 11:23:33 +08:00
Weilin e803c0867b [ADDED] support for inverse color
[FIXED] link to translation in readme_cn
2017-03-04 10:42:36 +08:00