cheminfo / cheminfo/nmrium

Testing the set state

Open
#3,258 1 comment 0 reactions 1 assignee Claimed by @hamed-musallam View on GitHub
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

![Image](https://github.com/user-attachments/assets/30087a20-5aae-421d-8183-de0152414aaf)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.