Skip to content

Fully client-side HTML5 thumbdata-3 viewer (and general JPEG extractor)

License

Notifications You must be signed in to change notification settings

Mekanik97/thumbdata3-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fully client-side HTML5 thumbdata-3 viewer (and general JPEG extractor)

Development

Getting started

git clone https://github.com/x0a/thumbdata3-viewer.git
npm install -g webpack
cd thumbdata3-viewer
npm install

Build

For active development run npm run watch, which will start webpack in watch mode. Then run npx serve ./dist and open http://localhost:5000, refreshing as needed. You can also open ./dist/index.html directly in your browser and refresh as needed.

For a final build, run npm run build. Files in ./dist will be ready for distribution

About

Fully client-side HTML5 thumbdata-3 viewer (and general JPEG extractor)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.9%
  • HTML 12.4%
  • CSS 5.4%
  • JavaScript 3.3%