v1.0 beta init
This commit is contained in:
10
app/lea/html2image/ToImage.go
Normal file
10
app/lea/html2image/ToImage.go
Normal file
@ -0,0 +1,10 @@
|
||||
package html2image
|
||||
|
||||
import (
|
||||
"github.com/leanote/leanote/app/info"
|
||||
)
|
||||
|
||||
func Html2Image(userInfo info.User, note info.Note, content, toPath string) bool {
|
||||
return true
|
||||
}
|
||||
|
Reference in New Issue
Block a user