1.5.0 • Published 4 months ago

volapyk v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

🗣️ volapyk

/vɔlɑˈpyg/, "volapyk", or "volapük"

📦 Installation

npm install volapyk

📚 Usage

import { createVolapyk, createVolapykChunks, createVolapykText } from "volapyk";

// will create a text string of 10 words
const volapyk = createVolapyk({
  type: "text",
  words: 10
});

// will create a text string of 10 words using only the characters "abcdefghijkl"
const volapyk = createVolapyk({
  type: "text",
  words: 10,
  chars: "abcdefghijkl"
});

// create chunks instead of a string, or you can use the createVolapykChunks function
const volapyk = createVolapyk({
  type: "chunks"
});

📄 License

Published under MIT License.

1.5.0

4 months ago

1.4.0

5 months ago

1.3.9

6 months ago

1.3.6

6 months ago

1.3.5

7 months ago

1.3.2

7 months ago

1.3.1

7 months ago

1.3.0

7 months ago

1.2.0

7 months ago

1.1.0

7 months ago

1.0.0

7 months ago