crowngui

    Dark Mode
Search:
Group by:

Types

Application = object
  entry: string
  entryType: EntryType
  webview: Webview
ApplicationRef = ref Application

Procs

proc newApplication(entry: static[string]): ApplicationRef
entry could be html file, url , js file or nim file when entry specific to nim file it will compile to js as script of bootstrap html when run command specific --wwwroot parameter it will bundle directory as http server root