RSSAmplifier

Christian Paul · Dec 5, 2024

Door 6: Creating NeoBoards with TypeScript

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Today, I want you to experiment with some simple programming. Some ideas for NeoBoard templates are too complex to put together by hand. That’s when I resort to TypeScript and some programming. 
 The following code runs in NodeJS, Deno and Bun. 
 const neoboard = {
 version : 'net.nordeck.whiteboard@v1' ,
 whiteboard : {
 slides : [
 {
 elements : [
 {
…

Read on chrpaul.de

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.