Skip to content

haohaaorg/shan-syllable-break

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENGLISH

Syllable break

Syllable break for Shan scripts using JS.

Demo

CDN

https://cdn.jsdelivr.net/gh/haohaaorg/shan-syllable-break@master/dist/ssb.min.js

Usage

const ssb = new SSB() // shan syllable break class
const result = ssb.string('ၶိူင်ႈၸႅၵ်ႇၽေတူဝ်လိၵ်ႈတႆးပဵၼ်တူဝ်ပဵၼ်တူဝ်ၼႆႉလႆႈၸႂ်ႉဝႆႉ JS');
console.log(result)

Two methods

  • .tokenize() | Array
  • .string() | String

SHAN

ၶိူင်ႈၸႅၵ်ႇၽေတူဝ်လိၵ်ႈတႆး ၶေႃႈၵိုတ်း

ၶိူင်ႈၸႅၵ်ႇၽေတူဝ်လိၵ်ႈတႆးပဵၼ်တူဝ်ပဵၼ်တူဝ်ၼႆႉလႆႈၸႂ်ႉဝႆႉ JS

တီႈၸၢမ်းမၼ်း

CDN

https://cdn.jsdelivr.net/gh/haohaaorg/shan-syllable-break@master/dist/ssb.min.js

လၢႆးၸႂ်ႉတိုဝ်း

const ssb = new SSB() // shan syllable break class
const result = ssb.string('ၶိူင်ႈၸႅၵ်ႇၽေတူဝ်လိၵ်ႈတႆးပဵၼ်တူဝ်ပဵၼ်တူဝ်ၼႆႉလႆႈၸႂ်ႉဝႆႉ JS');
console.log(result)

Two methods

  • .tokenize() | Array
  • .string() | String

Releases

No releases published

Packages

No packages published