an experiment that swaps the color source chroma.brewer.YlGnBu for d3.interpolateMagma(t)
an iteration on the block ReGL circle animation example from @ajdant
commit history and related experiments here
| border: no | |
| license: Apache-2.0 |
an experiment that swaps the color source chroma.brewer.YlGnBu for d3.interpolateMagma(t)
an iteration on the block ReGL circle animation example from @ajdant
commit history and related experiments here
| <html> | |
| <body> | |
| <script src='https://cdnjs.cloudflare.com/ajax/libs/regl/1.3.0/regl.min.js'></script> | |
| <script src='https://d3js.org/d3.v4.min.js'></script> | |
| <script src='vis.js'></script> | |
| </body> | |
| </html> |
| # safe | |
| lebab --replace vis.js --transform arrow | |
| lebab --replace vis.js --transform for-of | |
| lebab --replace vis.js --transform for-each | |
| lebab --replace vis.js --transform arg-rest | |
| lebab --replace vis.js --transform arg-spread | |
| lebab --replace vis.js --transform obj-method | |
| lebab --replace vis.js --transform obj-shorthand | |
| lebab --replace vis.js --transform multi-var | |
| # unsafe | |
| lebab --replace vis.js --transform let | |
| lebab --replace vis.js --transform template |
(Sorry about that, but we can’t show files that are this big right now.)