README
What is this?
A printer that printes some words.
Installation
npm i Ashprinter --save
Then...
import { Ashprinter } from 'Ashprinter';
Ashprinter({
word_type = 'good'
word_style = underline
})
A printer that printes some words.
<script type="module">
import ashprinter from 'https://cdn.skypack.dev/ashprinter';
</script>
A printer that printes some words.
npm i Ashprinter --save
Then...
import { Ashprinter } from 'Ashprinter';
Ashprinter({
word_type = 'good'
word_style = underline
})