# README
This package allows you to quickly create a one-window application using astilectron.
Check out the demo to see a working example with the bundler.
# Structs
MessageIn represents a message going in.
MessageOut represents a message going out.
Options represents options.
# Type aliases
Asset is a function that retrieves an asset content namely the go-bindata's Asset method.
CallbackMessage represents a bootstrap message callback.
MessageHandler is a functions that handles messages.
OnWait is a function that executes custom actions before waiting.
RestoreAssets is a function that restores assets namely the go-bindata's RestoreAssets method.