import "github.com/xyproto/algernon/lua/onthefly"
Package onthefly provides Lua functions for building HTML, XML and TinySVG documents
const ( // PageClass is an identifier for the Page class in Lua PageClass = "Page" // TagClass is an identifier for the Tag class in Lua TagClass = "Tag" )
func Load(L *lua.LState)
Load makes functions related to onthefly.Page nodes available to the given Lua state
Package onthefly imports 5 packages (graph) and is imported by 1 packages. Updated 2019-12-13. Refresh now. Tools for package owners.