Skip to content

Commit

Permalink
restructuring, preparing to write camera UI
Browse files Browse the repository at this point in the history
  • Loading branch information
101arrowz committed Jan 1, 2022
1 parent fe09bd5 commit 3a4de22
Show file tree
Hide file tree
Showing 11 changed files with 824 additions and 868 deletions.
7 changes: 7 additions & 0 deletions .parcelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"extends": ["@parcel/config-default", "parcel-config-pwa-manifest"],
"packagers": {
"*.xml": "@parcel/packager-raw-url"
},
"compressors": {
"*.{xml,wasm,js,html,css,map,webmanifest}": [
"...",
"@parcel/compressor-gzip",
"@parcel/compressor-brotli"
]
}
}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
"repository": "https://github.com/101arrowz/scanner",
"author": "Arjun Barrett",
"license": "MIT",
"browserslist": ["IE 11"],
"browserslist": [
"IE 11"
],
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"devDependencies": {
"@parcel/compressor-brotli": "^2.0.1",
"@parcel/compressor-gzip": "^2.0.1",
"@parcel/packager-raw-url": "^2.0.1",
"parcel": "^2.0.1",
"parcel-config-pwa-manifest": "^0.1.0",
Expand Down
Loading

0 comments on commit 3a4de22

Please sign in to comment.