tibetan-mantra-to-iast-and-phonetics 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,22 +3,12 @@
3
3
  A naive attempt at converting the mantras from Unicode Tibetan into
4
4
  IAST (International Alphabet of Sanskrit Transliteration) and phonetics.
5
5
 
6
- ![1766753098762](image/README/1766753098762.png)
7
-
8
6
  ## Installation
9
7
 
10
8
  ```bash
11
9
  npm install tibetan-mantra-to-iast-and-phonetics
12
10
  ```
13
11
 
14
- Or if using as a local package:
15
-
16
- ```bash
17
- npm install /path/to/tibetan-mantra-to-iast-and-phonetics
18
- ```
19
-
20
- ## Usage as a Library
21
-
22
12
  ### Basic Usage
23
13
 
24
14
  ```javascript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tibetan-mantra-to-iast-and-phonetics",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A library to transliterate Tibetan mantras to IAST and phonetics",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
package/src/tests.js CHANGED
@@ -1,5 +1,7 @@
1
1
  import TibetanMantraToIastAndPhonetics from "./lib/tibetan-mantra-to-iast-and-phonetics.js";
2
2
 
3
+ export { TibetanMantraToIastAndPhonetics };
4
+
3
5
  export const testGroups = [
4
6
  {
5
7
  name: "All mantras from Mipham Rinpoché's Le Drip Gyü Chö - Sanskrit transliteration",