Mercurial > hg > piper-vamp-js
view quick-test.html @ 12:8fdafb8f1c45
Make base64/text selectable when serialising process and feature blocks; add base64 version as an output format for vampipe-convert; make VamPipePluginLibrary switch to returning base64 encoding as soon as it is fed any as input
author | Chris Cannam |
---|---|
date | Thu, 08 Sep 2016 15:27:48 +0100 |
parents | 3a5a6535d50d |
children | c250695a784f |
line wrap: on
line source
<html> <head> <meta charset="UTF-8"> <title>VamPipe Adapter Test</title> <style type="text/css"> body { margin: 5%; } table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse } td, th { padding: 0.5em } </style> <script src="example.js"></script> <script src="quick-test.js"></script> </head> <body> <h3>VamPipe Adapter Test</h3> <p id="test-result"></p> </body> </html>