first
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package calendar
|
||||
|
||||
import (
|
||||
"image"
|
||||
|
||||
"github.com/fogleman/gg"
|
||||
)
|
||||
|
||||
// Draw -
|
||||
func Draw(w, h int) *image.Image {
|
||||
dc := gg.NewContext(w, h)
|
||||
_ = dc
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user