Basic hitomezashi pattern

This commit is contained in:
arne 2024-07-18 21:39:48 +02:00
commit b797f66721
12 changed files with 2345 additions and 0 deletions

5
vite.config.ts Normal file
View file

@ -0,0 +1,5 @@
export default {
build: {
sourcemap: true
}
}