# iife + unpkg
This is probably the quickest and easiest way to get a visualization into a web page.

The main downsides to this approach are:
* Onus on developer to include all dependencies and their dependencies up front in the main html page.
* Reliant on unpkg availability
