A simple library that wraps godrm as draw.Image
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.
|
module github.com/ptrcnull/imagedrm |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/kytart/godrm v0.0.0-20210309160922-6b139ef54591 |
|
launchpad.net/gommap v0.0.0-20121012075617-000000000015 |
|
)
|
|
|