UNPKG

flowai-js

Version:

The flow.ai Javascript SDK

14 lines (13 loc) 311 B
<html> <head> <script src="flowai-js.min.js"></script> </head> <body> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function(event) { // Create a new LiveClient // var client = new Flowai.LiveClient() }); </script> </body> </html>