mirror of
https://forge.murkfall.net/bluesaxman/librePECS.git
synced 2026-03-13 02:04:20 -06:00
added additional information to pecs in library
This commit is contained in:
@@ -5,7 +5,6 @@ class pec {
|
||||
var me = this;
|
||||
this.word = "string" == typeof word ? word : "Empty";
|
||||
this.image = image; // Add image processing here
|
||||
this.utterance = new SpeechSynthesisUtterance(this.word);
|
||||
var root = document.createElement("div");
|
||||
root.draggable = true;
|
||||
root.classList.add("pec");
|
||||
|
||||
Reference in New Issue
Block a user