Files
leanote/app/lea/html2image/ToImage.go

11 lines
170 B
Go
Raw Normal View History

2014-10-22 16:20:45 +08:00
package html2image
import (
"github.com/leanote/leanote/app/info"
)
func Html2Image(userInfo info.User, note info.Note, content, toPath string) bool {
return true
}