0.0.3 • Published 1 year ago

vue-mania-text v0.0.3

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

VueManiaText

NPM version

Vue 3 library to display maniaplanet formatted text.

Install

npm i vue-mania-text

Usage

<script setup>
import { ManiaText } from 'vue-mania-text'

const text = '$00fVue$g$oMania$z$f00$iText'
</script>

<template>
  <ManiaText :value="text" />
</template>

Demo

Try it on VueManiaText

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago