1.0.3 • Published 2 years ago
moon.reader
Licence
MIT
Version
1.0.3
Deps
1
Size
8 kB
Vulns
0
Weekly
0
Easy Read File System
- First, we create a file called
index.jsand write the following code. - lang is not required but imageURL is required.
const { readFile } = require("moon.reader");
readFile({ lang: "eng", imageURL: "https://example.com" });