From 225db4a7805befe009fe055fc2ef5daedd6c04f9 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 15 Mar 2026 16:19:35 -0400 Subject: refactor: examples/ --- examples/with-nextjs/public/images/doremon.png | Bin 0 -> 201946 bytes examples/with-nextjs/public/images/excalibot.png | Bin 0 -> 30330 bytes examples/with-nextjs/public/images/pika.jpeg | Bin 0 -> 6250 bytes examples/with-nextjs/public/images/rocket.jpeg | Bin 0 -> 40368 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/with-nextjs/public/images/doremon.png create mode 100644 examples/with-nextjs/public/images/excalibot.png create mode 100644 examples/with-nextjs/public/images/pika.jpeg create mode 100644 examples/with-nextjs/public/images/rocket.jpeg (limited to 'examples/with-nextjs/public/images') diff --git a/examples/with-nextjs/public/images/doremon.png b/examples/with-nextjs/public/images/doremon.png new file mode 100644 index 0000000..36208a4 Binary files /dev/null and b/examples/with-nextjs/public/images/doremon.png differ diff --git a/examples/with-nextjs/public/images/excalibot.png b/examples/with-nextjs/public/images/excalibot.png new file mode 100644 index 0000000..7928ec3 Binary files /dev/null and b/examples/with-nextjs/public/images/excalibot.png differ diff --git a/examples/with-nextjs/public/images/pika.jpeg b/examples/with-nextjs/public/images/pika.jpeg new file mode 100644 index 0000000..455ed52 Binary files /dev/null and b/examples/with-nextjs/public/images/pika.jpeg differ diff --git a/examples/with-nextjs/public/images/rocket.jpeg b/examples/with-nextjs/public/images/rocket.jpeg new file mode 100644 index 0000000..f17a74b Binary files /dev/null and b/examples/with-nextjs/public/images/rocket.jpeg differ -- cgit v1.2.3