rename files
This commit is contained in:
parent
5ca601bb67
commit
61f1a05ebe
4 changed files with 5 additions and 10 deletions
5
soundfont-generator/inc/gen-base64.js
Normal file
5
soundfont-generator/inc/gen-base64.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
var fs = require('fs');
|
||||
var file = process.argv[2];
|
||||
fs.readFile(file, 'binary', function(err, data) {
|
||||
console.log(new Buffer(data, 'binary').toString('base64'));
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue