From b13f52e16008ea7f3d89dbbf2c0df7514bb0e940 Mon Sep 17 00:00:00 2001 From: Yuichi Yogo Date: Sat, 22 Jun 2019 19:38:24 +0900 Subject: [PATCH] add TypeScript boilerplate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f54a3b1..d7cdd41 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Hi Maxers! This repository contains a list of examples using Node For Max create ## List of Examples - [Electron Boilerplate](https://github.com/yuichkun/n4m-electron-boilerplate) by [Yuichi Yogo](https://github.com/yuichkun). A plain boilerplate and guides to develop an electron app for Max. +- [TypeScript Boilerplate](https://github.com/yuichkun/n4m-typescript-boilerplate) by [Yuichi Yogo](https://github.com/yuichkun). A boilerplate of on-the-fly TypeScript usage. - [PoseNet](https://github.com/yuichkun/n4m-posenet) by [Yuichi Yogo](https://github.com/yuichkun). Real-time Human Pose Estimation via webcam. - [Watch Youtube](https://github.com/julianrubisch/n4m-examples/tree/master/watch-youtube) by Julian from [Znibbles](https://www.znibbl.es/). Stream YouTube videos from Max. - [Static D3.js](https://github.com/julianrubisch/n4m-examples/tree/master/static-d3js) by Julian from [Znibbles](https://www.znibbl.es/). Generate data visualizations with D3.js from Max.