<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8" /> <title>spjs sample1</title> <script src="index.js"></script> </head> <body style="overflow: hidden;"> </body> </html> /* パッケージ生成 */ shimoigi = {}; shimoigi.util = {}; shimoigi.util.css = {}; shimoigi.util.matrix = {}; shimoigi.spjs = {}; /* 以下、ユーティリティ */ shimoigi.util.makeRandInt = function(min, max){ return Math.floor(Math.random()