v-thaana

1.0.4 • 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!

/v-thaana/

    Package Sidebar

    Install

    npm i v-thaana

    Weekly Downloads

    1

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    5.46 kB

    Total Files

    3

    Last publish

    Collaborators

    • yaameen