Skip to content

Latest commit

 

History

History
82 lines (56 loc) · 2.37 KB

README.en_US.md

File metadata and controls

82 lines (56 loc) · 2.37 KB

@vn-utils/text

VI | EN

NPM Version Package License NPM Downloads Cov badge Coverage Status

Nodejs library for working with Vietnamese text

Documentation:

See full documentation at vn-text.vercel.app

Installation:

Install @vn-utils/text with npm:

npm install @vn-utils/text

Install @vn-utils/text with yarn:

yarn add @vn-utils/text

Install @vn-utils/text with pnpm:

pnpm add @vn-utils/text

Usage:

Node

// ES Modules
import * as vietnameseText from '@vn-utils/text';

// CommonJS
const vietnameseText = require('@vn-utils/text');

Browser

Latest

<script src="https://cdn.jsdelivr.net/npm/@vn-utils/text@latest/lib/bundle.js"></script>

Selected version

<script src="https://cdn.jsdelivr.net/npm/@vn-utils/text@<VERSION>/lib/bundle.js"></script>

Support

This is a free and open source project. If you find it useful, please consider supporting by giving a ⭐️ on GitHub and buying the author a cup of coffee.

Buy Me A Coffee

Contributors