Skip to content

Commit

Permalink
Merge pull request #27 from Stoppedwumm-Studios:vanillajscream
Browse files Browse the repository at this point in the history
Add vanillajscream
  • Loading branch information
Stoppedwumm authored Oct 13, 2024
2 parents 50baf64 + a75fd9c commit f4ffdaf
Show file tree
Hide file tree
Showing 3 changed files with 646 additions and 29 deletions.
9 changes: 9 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
const { app, BrowserWindow, ipcMain } = require('electron')
const path = require('node:path')
const fs = require('fs')
const vanillajscream = require('vanillajscream')
const test = new vanillajscream.render.component()
const test2 = new vanillajscream.render.webpage()

test.setHtml("<h1>Hello World</h1>")
test2.setBody(test.render())
console.log(test2.render())


/**
* Creates a folder if it does not exist.
*
Expand Down
Loading

0 comments on commit f4ffdaf

Please sign in to comment.