10 lines
169 B
Go
10 lines
169 B
Go
package html2image
|
|
|
|
import (
|
|
"github.com/leanote/leanote/app/info"
|
|
)
|
|
|
|
func Html2Image(userInfo info.User, note info.Note, content, toPath string) bool {
|
|
return true
|
|
}
|