# 前言 Intro
這個APP的目的是要讓你可以用純文字來打出簡譜,並且播放出聲音。
This app's purpose is to let you compose numbered musical notations by simple pure texts.
這個小程式的目的
是要讓你哼唱一段音階來輸入數字
然後再用一個特殊編碼把數字轉成文字
或是轉成控制符號 例如讓遊標上下左右
或是選取 退格 刪除 複製 等等
盡量讓你用純聲控能寫出一個程式來
This app's purpose:
Let you sing some pure tones to input numbers
Then convert the numbers by a special encoding
to text or some controlling characters
to move the cursor up down left right
or do select backspace delete, etc
Make the best to let you program by pure tone
My ID is p1
My ID is p2
First, install jszip by npm install jszip, then paste the following code
Then you can use genZip("folder/to/zip","abc.zip") and extractZip("abc.zip","folder/to/extract/to") as promises to zip/unzip your folder
You can also pass an Array to genZip's first argument to zip multiple files and folders