@yaameen/v-thaana

1.0.2 • Public • Published

V-Thaana

N|Solid

Build Status

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!

Readme

Keywords

none

Package Sidebar

Install

npm i @yaameen/v-thaana

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

5.47 kB

Total Files

3

Last publish

Collaborators

  • yaameen