Mercurial > hg > ugly-duckling
view src/index.html @ 349:bf038a51f7e3
Restore some of the feature related logic from waveform.component into a utilities module. Introduce some additional types for representing reshaped features. A work in progress.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 25 May 2017 17:57:03 +0100 |
parents | 53ea6406d601 |
children |
line wrap: on
line source
<!doctype html> <html> <head> <meta charset="utf-8"> <title>UglyDuckling</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> </head> <body> <ugly-root>Loading...</ugly-root> </body> </html>