Convert WriteFreely quotes to Instagram / PixelFed posts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
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. )