0.0.4 • Published 4 years ago

ozmo-compile v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago