Rename sixtyfps-node

This doesn't touch the documentation, just the package/API side
This commit is contained in:
Simon Hausmann 2022-02-01 22:10:51 +01:00
parent 476c7f5654
commit 809fbfc7a6
148 changed files with 211 additions and 211 deletions

View file

@ -3,12 +3,12 @@
// SPDX-License-Identifier: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)
// import "sixtyfps";
let sixtyfps = require("sixtyfps");
let slint = require("slint");
// import * as demo from "../ui/todo.60";
let demo = require("../ui/todo.60");
let app = new demo.MainWindow();
let model = new sixtyfps.ArrayModel([
let model = new slint.ArrayModel([
{
title: "Implement the .60 file",
checked: true