diff --git a/__tests__/e2e.test.js b/__tests__/e2e.test.js
index a0ef183..39dc481 100644
--- a/__tests__/e2e.test.js
+++ b/__tests__/e2e.test.js
@@ -23,7 +23,7 @@ async function diff() {
const height = p.h;
await page.setViewport( { width: p.w, height: p.h } );
- const pageUrl = `http://127.0.0.1:${port}/packages/${p.path || ''}`;
+ const pageUrl = `http://127.0.0.1:${port}/examples/${p.path || ''}`;
await page.goto(pageUrl);
await delay(p.delay || 100);
const buf = await page.screenshot();
diff --git a/__tests__/snapshot/board/examples/test/event.html.jpg b/__tests__/snapshot/board/test/event.html.jpg
similarity index 100%
rename from __tests__/snapshot/board/examples/test/event.html.jpg
rename to __tests__/snapshot/board/test/event.html.jpg
diff --git a/__tests__/snapshot/board/examples/test/main.html.jpg b/__tests__/snapshot/board/test/main.html.jpg
similarity index 100%
rename from __tests__/snapshot/board/examples/test/main.html.jpg
rename to __tests__/snapshot/board/test/main.html.jpg
diff --git a/__tests__/snapshot/board/examples/test/scale.html.jpg b/__tests__/snapshot/board/test/scale.html.jpg
similarity index 100%
rename from __tests__/snapshot/board/examples/test/scale.html.jpg
rename to __tests__/snapshot/board/test/scale.html.jpg
diff --git a/__tests__/snapshot/board/examples/test/scroll.html.jpg b/__tests__/snapshot/board/test/scroll.html.jpg
similarity index 100%
rename from __tests__/snapshot/board/examples/test/scroll.html.jpg
rename to __tests__/snapshot/board/test/scroll.html.jpg
diff --git a/__tests__/snapshot/core/examples/test/api.html.jpg b/__tests__/snapshot/core/test/api.html.jpg
similarity index 100%
rename from __tests__/snapshot/core/examples/test/api.html.jpg
rename to __tests__/snapshot/core/test/api.html.jpg
diff --git a/__tests__/snapshot/core/examples/test/elements.html.jpg b/__tests__/snapshot/core/test/elements.html.jpg
similarity index 100%
rename from __tests__/snapshot/core/examples/test/elements.html.jpg
rename to __tests__/snapshot/core/test/elements.html.jpg
diff --git a/__tests__/snapshot/core/examples/test/resource.html.jpg b/__tests__/snapshot/core/test/resource.html.jpg
similarity index 100%
rename from __tests__/snapshot/core/examples/test/resource.html.jpg
rename to __tests__/snapshot/core/test/resource.html.jpg
diff --git a/__tests__/snapshot/idraw/examples/test/api.html.jpg b/__tests__/snapshot/idraw/examples/test/api.html.jpg
deleted file mode 100644
index 0ddd702..0000000
Binary files a/__tests__/snapshot/idraw/examples/test/api.html.jpg and /dev/null differ
diff --git a/__tests__/snapshot/idraw/test/api.html.jpg b/__tests__/snapshot/idraw/test/api.html.jpg
new file mode 100644
index 0000000..e5bb48e
Binary files /dev/null and b/__tests__/snapshot/idraw/test/api.html.jpg differ
diff --git a/packages/board/examples/features/lib/action.js b/examples/board/features/lib/action.js
similarity index 100%
rename from packages/board/examples/features/lib/action.js
rename to examples/board/features/lib/action.js
diff --git a/packages/board/examples/features/lib/data.js b/examples/board/features/lib/data.js
similarity index 100%
rename from packages/board/examples/features/lib/data.js
rename to examples/board/features/lib/data.js
diff --git a/packages/board/examples/features/lib/draw.js b/examples/board/features/lib/draw.js
similarity index 100%
rename from packages/board/examples/features/lib/draw.js
rename to examples/board/features/lib/draw.js
diff --git a/packages/board/examples/features/lib/event.js b/examples/board/features/lib/event.js
similarity index 100%
rename from packages/board/examples/features/lib/event.js
rename to examples/board/features/lib/event.js
diff --git a/packages/board/examples/features/lib/opts.js b/examples/board/features/lib/opts.js
similarity index 100%
rename from packages/board/examples/features/lib/opts.js
rename to examples/board/features/lib/opts.js
diff --git a/packages/board/examples/features/lib/scale.js b/examples/board/features/lib/scale.js
similarity index 100%
rename from packages/board/examples/features/lib/scale.js
rename to examples/board/features/lib/scale.js
diff --git a/packages/board/examples/features/lib/scroll.js b/examples/board/features/lib/scroll.js
similarity index 100%
rename from packages/board/examples/features/lib/scroll.js
rename to examples/board/features/lib/scroll.js
diff --git a/packages/board/examples/features/main.html b/examples/board/features/main.html
similarity index 96%
rename from packages/board/examples/features/main.html
rename to examples/board/features/main.html
index 9f1b15a..d89578c 100644
--- a/packages/board/examples/features/main.html
+++ b/examples/board/features/main.html
@@ -59,7 +59,7 @@
-
+
+
+
+
+
+