ozmo-compile
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Ozmo compiler

Ozmo markup language compiler

Code

@image test.png
text, lots of text
@video movie.mp3


@h1 A title

#code js
console.log('it works :) !');
#end

Compile to JSON

import ozmo from 'ozmo-compile'

const text = `` // ozmo code in text variable
const result = ozmo(text)
console.log(JSON.stringify(result))

React integration

see Ozmo React library

/ozmo-compile/

    Package Sidebar

    Install

    npm i ozmo-compile

    Weekly Downloads

    1

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    18.4 kB

    Total Files

    17

    Last publish

    Collaborators

    • hugo_s29