Convert WriteFreely quotes to Instagram / PixelFed posts.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

11 satır
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. )