1.0.1 • Published 4 years ago

minecraft-splash v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Hi! Thanks for stopping by.

In order to use this package, all you need to do is type this:

npm install minecraft-splash

then within your project(s), include:

const splashes = require("minecraft-splashes")

and to actually pull a random Minecraft splash text, type (or copy and paste) this:

splashes();

and you're done!

An example:

const splashes = require("minecraft-splashes");

console.log(splashes());