UNPKG

to-data-url

Version:

toDataURL ========= [![Build Status](https://travis-ci.org/imyelo/toDataURL.png?branch=master)](https://travis-ci.org/imyelo/toDataURL) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) [![Codeship](https://www.codeship

20 lines 665 B
<html> <head> <meta charset="utf-8"> <title>toDataURL test suite</title> <link rel="stylesheet" href="./asset/mocha.css" /> </head> <body> <div id="mocha"></div> <script src="./asset/chai.js"></script> <script src="./asset/mocha.js"></script> <script src="./asset/sinon-1.7.1.js"></script> <script src="./setup.js"></script> <script src="./asset/jquery-1.9.1.min.js"></script> <script src="./seajs/sea.js"></script> <script src="./sea.config.js"></script> <script> seajs.use('./app/app'); </script> </body> </html>