Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
"use strict" var QRious = require('qrious'); exports.renderQRInternal = options => () => { var qrious = new QRious(options); return qrious.toDataURL(); }