Skip to content

Releases: ningbonb/create-picture

1.1.3

17 Mar 08:09
Compare
Choose a tag to compare

添加图片平铺的方法:drawRepeatImage

1.1.0

07 Sep 02:58
Compare
Choose a tag to compare
  • drawText() 方法添加 maxLength 参数,文本超过最大长度将用 ... 隐藏;

1.0.0

23 Jun 03:07
Compare
Choose a tag to compare
  1. 正式版发布;
  2. 支持 TypeScript ,添加 ts 声明文件;
  3. 废除 drawPicture() 方法。

0.4.1

27 May 10:46
Compare
Choose a tag to compare

修复 bug:修复文字不能多次绘制的 bug

0.4.0

27 May 10:19
Compare
Choose a tag to compare
  1. 修复 bug ,修复 drawText() 方法设定文字行高无效的情况;
  2. 添加新功能,drawText() 添加两个新属性:
    • rotation 属性扩展了文字旋转绘制的功能;
    • width 属性扩展了 canvas 段落不自动换行的功能,width 为段落的最大宽度。

0.3.1

25 May 03:28
Compare
Choose a tag to compare

绘制图片区分 base64 ,如果是 base64 ,不做跨域处理。

0.3.0

22 May 02:48
Compare
Choose a tag to compare
  1. 使用 drawImage 替换 drawPicture ,修改后语法与 CanvasRenderingContext2D.drawImage() 保持一致,drawPicture 将在后续版本移除;
  2. 修复初始化时,自定义宽高无效的情况;
  3. drawImage() 方法支持传入 canvas 进行绘制。

0.2.4

12 May 06:59
Compare
Choose a tag to compare

控制台输出版本号

0.2.2

12 May 06:27
Compare
Choose a tag to compare

修复测量文字宽度中的问题

0.2.0

12 May 02:29
Compare
Choose a tag to compare

添加了绘制圆形图片的方法,使用该方法可以绘制圆形头像,接口方法为 drawCirclePicture()