Skip to content

violetice/string-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简体中文 | English

简介

本项目的唯一功能是将字符串转换为 ASCII 编码,以此帮助 epub 小说绕过内容检测。

安装

# npm
npm i @violetice/string-to-ascii

# yarn
yarn add @violetice/string-to-ascii

使用方法

import {asciiToString, stringToAscii} from "@violetice/string-to-ascii";

let ascii = stringToAscii('Hello World')
// ascii = Hello World

let str = asciiToString(ascii)
// str = Hello World

emm……

// ascii = Hello World
// str = Hello World

About

本项目的唯一功能是将字符串转换为 ASCII 编码,以此帮助 epub 小说绕过内容检测。

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors