1.0.4 • Published 3 years ago

@jswork/next-fs-read v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

next-fs-read

Read file with fs for next.

version license size download

installation

npm install -S @jswork/next-fs-read

usage

import '@jswork/next-fs-read';

nx.fsRead('./__tests__/E201.lrc', { charset: 'utf8' });
/*
[00:02.00]Unit 1 Hello 第一单元 你好
[00:04.06]Hi, I'm Mocky. 嗨,我是Mocky。
[00:07.33]Hello, Mocky. 你好,Mocky。
[00:10.84]Learn to say. 学着说。(听力练习)

*/

options

nametypedefaultdescription
charsetstringutf-8Content charset.
responseTypestringstringResults type(string/json/array).

license

Code released under the MIT license.