Skip to content
Snippets Groups Projects
Commit 92319522 authored by Francesco Giacomini's avatar Francesco Giacomini
Browse files

add README; add deps

parent aec759a8
No related branches found
No related tags found
1 merge request!1Cleanup
# A web application to process XRF images
XRF-App is a web application for the analysis of XRF images of cultural heritage works.
XRF stands for X-Ray Fluorescence and is a technique that uses X rays to peek at the chemical components used in the manifucturing of the work being scanned.
This application allows to load an image from a remote digital library and to process it directly in the web browser.
## For developers
The application is written in typescript.
The dependencies are specified in `package.json` and can simply be installed running `npm install` from the project root directory. The dependencies are installed locally in the `node_modules` subdirectory.
......@@ -2,7 +2,7 @@
"name": "chnet-xrf",
"version": "0.1.0",
"dependencies": {
"@types/jquery": "^3.2.16"
"jquery": "^3.2.1"
},
"description": "Web application to analyse XRF images",
"license": "EUPL",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment