D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
tophtucker
Full window
Github gist
Brightness rotation
https://twitter.com/tophtucker/status/943379462669983744
<!DOCTYPE html> <html> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title></title> <link rel="stylesheet" type="text/css" href="style.css"/> <body> <div class=pair> <img src="dove.jpg"> <canvas></canvas> </div> </body> <script src="https://d3js.org/d3.v4.min.js"></script> <script src="sylvester.js"></script> <script src="script.js" charset="utf-8"></script> </html>
https://d3js.org/d3.v4.min.js