D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
ThomasG77
Full window
Github gist
Minimal WebWorker example
<html> <body> <h1>Minimal WebWorker example</h1> <p>Look in the console!</p> <script src="main.js"></script> </body> </html>