1.6.0 • Published 1 year ago

minimessage-2-html v1.6.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Minimessage-2-HTML

This package converts the MiniMessage format into HTML, which can be used for showing MOTD's etc.

Usage

var miniMessage = require("minimessage-2-html")
var motd = "<red>hello world</red>";

miniMessage.parseToHTML(motd).then((m) => {
  console.log(m)
})
1.6.0

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago