UNPKG
@jawirhytam/kurokuro
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
A DjawaScript Turtle Graphics library.
@jawirhytam/kurokuro
/
preload.js
5 lines
(4 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
// preload.js
// This file can be used to expose specific Node.js APIs to the renderer process
// in a controlled and secure way. For now, it can be empty.
console.
log
(
"Preload script loaded."
);