在线白板工具
Excalidraw 标星 33k,是一款非常轻量的在线白板工具,可以直接在浏览器打开,轻松绘制具有手绘风格的图形。
如下图所示,Excalidraw 支持最常用的图形元素:方框、圆、菱形、线,可以方便的使用这些元素绘制简洁的图形,你也可以通过画笔快速描绘。
编程语言:TypeScript
开源地址:https://github.com/excalidraw/excalidraw
写给 Typescript 初学者的教程
这是一个写给 Typescript 初学者交互式的教程,开源一个月已经获得了 5.4k 的 Star。你可以通过访问该开源项目主页或者如下的方式参与学习。
# Installs all dependencies
npm install
# Starts the first exercise
npm run exercise 01
# Runs linting and tests on the solution
npm run solution 01
开源项目:https://github.com/total-typescript/beginners-typescript-tutorial