1.6.0 • Published 1 year ago

volapyk v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.6.0

1 year ago

1.5.0

1 year ago

1.4.0

2 years ago

1.3.9

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago