mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 15:05:25 +00:00
rfid update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//jshint esversion:8
|
||||
var seed = cyrb128("813311281");
|
||||
var seed = cyrb128("813311293");
|
||||
var rand = sfc32(seed[0], seed[1], seed[2], seed[3]);
|
||||
|
||||
// var gateway = `ws://192.168.1.184/ws`;
|
||||
@@ -68,6 +68,7 @@ const classMap = {
|
||||
EyePrototype: EyePrototype,
|
||||
CircleExpand: CircleExpand,
|
||||
MaryFace: MaryFace,
|
||||
NewWave:NewWave,
|
||||
// Add more class constructors here as needed
|
||||
};
|
||||
function createInstance(className, args) {
|
||||
|
Reference in New Issue
Block a user