1
0
Fork 0
mirror of synced 2024-08-21 21:11:23 +12:00
budibase/packages/bbui/.svench/svench.js
2021-03-31 10:59:07 +01:00

14 lines
281 B
JavaScript

import { start } from 'svench'
// svench's theme
import 'svench/themes/default.css'
import 'svench/themes/default-markdown.css'
// your own style
import './svench.css'
start({
// backgrounds: ['red', 'green', 'blue'],
// canvasBackground: 'red',
// background: 'blue',
})