v-thaana
v1.0.4
Published
[![N|Solid](https://cldup.com/dTxpPi9lDf.thumb.png)](https://nodesource.com/products/nsolid)
Downloads
2
Readme
V-Thaana
V-Thaana is a generic library with a directive for Vue. Exports are
- Thaana (standalone library with thaana transpilation)
v-thaana
directive (default export)
Features!
- Import a HTML file and watch it magically convert to Markdown
- Drag and drop images (requires your Dropbox account be linked)
Installation
V-thaana requires nothing in particular as a dependancy.
Install the dependencies and devDependencies and start the server.
$ npm -i v-thaana
Usage with Vue
import thaana from '@yaameen/v-thaana';
Vue.use(thaana);
<input v-thaana type="text" class="form-control" />
Usage Otherwise
import { thaana } from '@yaameen/v-thaana';
thaana(el, (v) => {
// Handle app logic
}, options)
Todos
- Write Tests
- Better doc
License
MIT
Free Software, Hell Yeah!