Skip to content

Releases: 14790897/handwriting-web

v1.5.2

19 Feb 06:15
Compare
Choose a tag to compare

1.5.2 (2025-02-19)

Bug Fixes

  • 防止邮件重复发送,以及提示免费 (3dad59c)

v1.5.1

15 Feb 03:23
Compare
Choose a tag to compare

1.5.1 (2025-02-15)

Bug Fixes

v1.5.0

14 Feb 04:17
Compare
Choose a tag to compare

1.5.0 (2025-02-14)

Bug Fixes

Features

handwriting-backend v1.4.0

31 Dec 03:49
d9d503b
Compare
Choose a tag to compare

Features

Bug Fixes

handwriting-backend v1.2.0

31 Dec 03:15
4359d56
Compare
Choose a tag to compare

Features

Bug Fixes

墨汁深度随机化(random ink depth)

17 Sep 07:15
Compare
Choose a tag to compare

增加了一个新参数墨汁深度标准差(ink_depth_sigma)
通过调整这个参数可以改变墨水的颜色深度的变化范围以及变化几率
image

v1.1.0 - Added Strikethrough Simulation

06 Sep 10:59
Compare
Choose a tag to compare

现在,网页支持模拟手写文本中的涂改效果。这一功能通过在Template类中添加新的参数来实现。

新参数:
strikethrough_probability: "涂改出现的几率",
strikethrough_length_sigma: "涂改线长度的标准差",
strikethrough_width_sigma: "涂改线宽度的标准差",
strikethrough_angle_sigma: "涂改线角度的标准差",
strikethrough_width: "涂改线宽度"
image