1.0.3 • Published 6 months ago
moon.reader v1.0.3
⭐ Easy Read File System
- First, we create a file called
index.js
and write the following code. - lang is not required but imageURL is required.
const { readFile } = require("moon.reader");
readFile({ lang: "eng", imageURL: "https://example.com" });