1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00
budibase/packages/bbui/.svench/svench.js

15 lines
281 B
JavaScript
Raw Normal View History

2021-03-31 22:59:07 +13:00
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',
})