jcc_file
Installtion
npm install jcc_file
API
importFile
import file to get result, if we need, we also could decode qrcode image.
const importFile = importFile// import { importFile } from 'jcc_file';
Parameters
-
event
-object
-
needConvert
-boolean
- if decode image
exportToText
export text content to text file
const exportToText = exportToText// import { exportToText } from 'jcc_file';
Parameters
text
-string
name
-string
exportToQR
export text content to qrcode image
const exportToQR = exportToQR// import { exportToQR } from 'jcc_file';
Parameters
text
-string
name
-string