Checkpoint current interactive fiction state
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* This file is loaded via the <script> tag in the index.html file and will
|
||||
* be executed in the renderer process for that window. No Node.js APIs are
|
||||
* available in this process because `nodeIntegration` is turned off and
|
||||
* `contextIsolation` is turned on. Use the contextBridge API in `preload.js`
|
||||
* to expose Node.js functionality from the main process.
|
||||
*/
|
||||
|
||||
// window.api.hyphenateWord('Hyphenation').then(console.log);
|
||||
// window.api.hyphenateWord('Hyphenation', '.hyphenatePipe').then(console.log);
|
||||
Reference in New Issue
Block a user