mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-16 13:20:01 +01:00
* Eslint operator spacing config * consistent spacing after comma * comma styling config * Trailing spaces config
5 lines
375 B
JavaScript
5 lines
375 B
JavaScript
const testModule = require('../templates/module-test'),
|
|
options = {size:200, qrCodeString:'https://github.com/publiclab/image-sequencer'},
|
|
benchmark = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAklEQVR4AewaftIAAAApSURBVKXBAQEAAAiAIPP/5+qDMPsIJJJIIokkkkgiiSSSSCKJJJJIogNrygQcXEYsHQAAAABJRU5ErkJggg==';
|
|
|
|
testModule('add-qr', options, benchmark); |