2ch-trip
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

2ch-trip

2ch compatible trip generator

Install

npm install 2ch-trip

or

yarn add 2ch-trip

Usage

import { createTrip } from '2ch-trip'

// 10 digits trip
createTrip('#Jim') // -> ' ◆ziib4d/boU'
createTrip('#ひろゆき') // -> ' ◆F7aSjnRHGU'

// 12 digits trip
createTrip('#N.T.Technology') // -> ' ◆FG0WWassNUrw'
createTrip('#パケットモンスター') // -> ' ◆EZSPRAHOnqfS'

// Raw key trip
createTrip('##57414b5554454b41') // -> ' ◆sWERuZlbhs'
createTrip('#$4d45534849554d41') // -> ' ◆???'

Author

@p-chan

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i 2ch-trip

Weekly Downloads

47

Version

4.0.0

License

MIT

Unpacked Size

12.3 kB

Total Files

14

Last publish

Collaborators

  • p-chan