Convert WriteFreely quotes to Instagram / PixelFed posts.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
270 B

  1. module github.com/writefreely/text-pic
  2. go 1.13
  3. require (
  4. github.com/fogleman/gg v1.3.0
  5. github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
  6. github.com/writeas/web-core v1.2.0
  7. golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
  8. )