@violetice/string-to-ascii
v1.0.0
Published
本项目的唯一功能是将字符串转换为 ASCII 编码,以此帮助 epub 小说绕过内容检测。
Maintainers
Readme
简体中文 | English
Introduction
The sole function of this project is to convert strings to ASCII encoding, thereby helping epub novels bypass content detection.
Installation
# npm
npm i @violetice/string-to-ascii
# yarn
yarn add @violetice/string-to-asciiUsage
import {asciiToString, stringToAscii} from "@violetice/string-to-ascii";
let ascii = stringToAscii('Hello World')
// ascii = Hello World
let str = asciiToString(ascii)
// str = Hello Worldemm……
// ascii = Hello World
// str = Hello World