organized images, added all personal pecs

This commit is contained in:
2025-08-18 23:01:51 -06:00
parent b4aab56d06
commit a96be47285
845 changed files with 22 additions and 7 deletions

View File

@@ -2,12 +2,27 @@ import { pec } from './pecslib.js';
// Populate Library
var library = [];
library.push(new pec("No","images/cards_conversation_no.svg"));
library.push(new pec("Up",""));
library.push(new pec("More",""));
library.push(new pec("Drink","images/cards_food_thirsty.svg"));
library.push(new pec("Food","images/cards_food_hungry.svg"));
library.push(new pec("Toy",""));
library.push(new pec("GO","images/personal/go.png"));
library.push(new pec("Up","images/personal/up.png"));
library.push(new pec("Drink","images/personal/drink.png"));
library.push(new pec("Food","images/personal/eat.png"));
library.push(new pec("Toys","images/personal/toys.png"));
library.push(new pec("Hi-Chew","images/personal/hi-chew.png"));
library.push(new pec("Sensory Swing","images/personal/sensory-swing.png"));
library.push(new pec("PlayDoh","images/personal/playdoh.png"));
library.push(new pec("Bubbles","images/personal/bubbles.png"));
library.push(new pec("Music","images/personal/music.png"));
library.push(new pec("Help","images/personal/help.png"));
library.push(new pec("Squeeze","images/personal/squeez.png"));
library.push(new pec("Candy","images/personal/candy.png"));
library.push(new pec("Diaper","images/personal/diaper.png"));
library.push(new pec("Tickles","images/personal/tickles.png"));
library.push(new pec("Vest","images/personal/vest.png"));
library.push(new pec("All Done","images/personal/all-done.png"));
library.push(new pec("Crayons","images/personal/crayons.png"));
library.push(new pec("Cuddles","images/personal/cuddles.png"));
library.push(new pec("Bedtime","images/personal/bed-time.png"));
// add more here
export { library as library };