Skip to content

Commit

Permalink
move files
Browse files Browse the repository at this point in the history
  • Loading branch information
m1m0zzz committed Oct 24, 2023
1 parent 9c8ff4b commit 4b0d8a0
Show file tree
Hide file tree
Showing 86 changed files with 69 additions and 1,541 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
138 changes: 9 additions & 129 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,130 +1,10 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp
.cache

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,36 @@ dot spectrum is a pixel-art-like spectrum analyzer. w/ Web Audio API.

![preview](./preview.gif)

## 🛠️ Getting Start

~~`yarn static -p 8080`~~
## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
## TODO
- ドット化サイズを1/nと、ピクセルサイズの両方で指定可能にする
- キャンバスの大きさ テンプレート
- Media Recorder
- mp4対応
- audio プレイヤー デザイン

## 📚 Tech Stack
- Canvas API
Expand Down
10 changes: 0 additions & 10 deletions dot-spectrum/.gitignore

This file was deleted.

46 changes: 0 additions & 46 deletions dot-spectrum/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions dot-spectrum/package.json

This file was deleted.

Binary file removed dot-spectrum/preview.gif
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 0 additions & 9 deletions dot-spectrum/static/assets/icons/browserconfig.xml

This file was deleted.

Binary file removed dot-spectrum/static/assets/icons/favicon-16x16.png
Binary file not shown.
Binary file removed dot-spectrum/static/assets/icons/favicon-32x32.png
Binary file not shown.
Binary file removed dot-spectrum/static/assets/icons/favicon.ico
Binary file not shown.
Binary file removed dot-spectrum/static/assets/icons/mstile-150x150.png
Binary file not shown.
36 changes: 0 additions & 36 deletions dot-spectrum/static/assets/icons/safari-pinned-tab.svg

This file was deleted.

Binary file removed dot-spectrum/static/assets/logo.png
Binary file not shown.
Binary file removed dot-spectrum/static/assets/logo_192.png
Binary file not shown.
Binary file removed dot-spectrum/static/assets/logo_192_trim.png
Binary file not shown.
Binary file removed dot-spectrum/static/assets/moon-big.png
Binary file not shown.
Binary file removed dot-spectrum/static/assets/moon.png
Binary file not shown.
Binary file removed dot-spectrum/static/assets/sun-big.png
Binary file not shown.
Binary file removed dot-spectrum/static/assets/sun.png
Binary file not shown.
Binary file removed dot-spectrum/static/assets/thumbnail.jpg
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 4b0d8a0

Please sign in to comment.