Testing the set state
Open
- Dominant language
- TypeScript
- Stars
- 80
- Forks
- 34
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
I would like to be able to drag / drop a file / folder, to convert using nmr-load-save and set the initial state of NMRium.
So after drag / drop we should have a code similar to:
```
read(fileCollection))
.then((state) => {
setNmriumBaseState(state.nmriumState.data);
})
```
This new page could go in the debug menu

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.