New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@violetice/string-to-ascii

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@violetice/string-to-ascii

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

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
5
150%
Maintainers
1
Weekly downloads
 
Created
Source

简体中文 | 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

Keywords

violetice

FAQs

Package last updated on 01 Feb 2025

Related posts