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

12 lines (10 loc) 348 B
define(function (require, exports, module) { var toDataURL = require('../../../dest/index.js') || window.toDataURL; var isPhantomJS = !!window.navigator.userAgent.match(/PhantomJS/); require('./case/base/index')(toDataURL, isPhantomJS); if (window.mochaPhantomJS) { mochaPhantomJS.run(); } else { mocha.run(); } });