以下为部分HTML代码

<canvas id="mycanvas"></canvas>

以下为部分CSS代码

   html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  touch-action: none;

以下为部分js代码

(function (global, factory) {
	typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
	typeof define === 'function' && define.amd ? define(factory) :
	(global.dat = factory());
}(this, (function () { 'use strict';

function ___$insertStyle(css) {
  if (!css) {
    return;
  }
  if (typeof window === 'undefined') {
    return;
  }