separate ruby + shell build scripts into their own directories
This commit is contained in:
parent
4b24234362
commit
7a40a68811
12 changed files with 777 additions and 0 deletions
9
soundfont-generator/shell/node_modules/atob/index.js
generated
vendored
Normal file
9
soundfont-generator/shell/node_modules/atob/index.js
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
(function () {
|
||||
"use strict";
|
||||
|
||||
function atob(str) {
|
||||
return new Buffer(str, 'base64').toString('utf8');
|
||||
}
|
||||
|
||||
module.exports = atob;
|
||||
}());
|
Loading…
Add table
Add a link
Reference in a new issue