Typewriter JS 是一個可以簡單做出打字機效果的 javascript plugin,參考官方文件再調整參數就能做出想要的效果。

最基本的範例如下:

new Typewriter('#typewriter', {
  strings: ['Hello', 'World'],
  autoStart: true,
});