mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00

Currently, the followinf command in the example/nodetest directory works: npm install ../../api/sixtyfps-node && node main.js
14 lines
225 B
JavaScript
14 lines
225 B
JavaScript
// Run with
|
|
// npm install ../../api/sixtyfps-node && node main.js
|
|
|
|
|
|
//import "sixtyfps";
|
|
require("sixtyfps");
|
|
//import * as myModule from "../cpptest/hello.60";
|
|
let hello = require("../cpptest/hello.60");
|
|
|
|
hello.show();
|
|
|
|
|
|
|
|
|