0.0.4 • Published 9 months ago

vue-mania-text v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months 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.4

9 months ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago