@fileverse-dev/dsheet 1.0.40 β 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -2
- package/dist/index.es.js +9024 -9036
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,12 +3,25 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@fileverse-dev/dsheet)
|
|
4
4
|
[](https://www.typescriptlang.org/)
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
[dsheets.new](http://dsheets.new/) is your decentralised alternative to google sheets & excel. Use it to read, manipulate, and even write onchain data, in real-time. Built on the same middleware as ddocs.new, the app is privacy-first, self-sovereign, and gives you full control over your data <3
|
|
7
|
+
|
|
8
|
+
## π©βπ Features:
|
|
9
|
+
- End-to-end encryption
|
|
10
|
+
- Local & peer-to-peer storage
|
|
11
|
+
- Query live data from APIs & smart contracts
|
|
12
|
+
- Write onchain: simulate + submit transactions (V0.3)
|
|
13
|
+
- Use a familiar spreadsheets interface & functions (VLOOKUP, INDEX, MATCHβ¦)
|
|
14
|
+
- Granular access permissions (email, wallet, ENS)
|
|
7
15
|
|
|
8
16
|
[**Try Live Demo β**](https://fileverse-dsheet.vercel.app/)
|
|
9
17
|
|
|
18
|
+

|
|
19
|
+
|
|
20
|
+
|
|
10
21
|
## Installation
|
|
11
22
|
|
|
23
|
+
Install via npm to get started:
|
|
24
|
+
|
|
12
25
|
```bash
|
|
13
26
|
npm install @fileverse-dev/dsheet
|
|
14
27
|
```
|
|
@@ -17,6 +30,8 @@ npm install @fileverse-dev/dsheet
|
|
|
17
30
|
|
|
18
31
|
### 1. Import
|
|
19
32
|
|
|
33
|
+
Add the following imports
|
|
34
|
+
|
|
20
35
|
```typescript
|
|
21
36
|
import DsheetEditor from '@fileverse-dev/dsheet';
|
|
22
37
|
import '@fileverse-dev/dsheet/styles';
|
|
@@ -184,4 +199,4 @@ import { DsheetProps, SheetUpdateData, EditorValues } from '@fileverse-dev/dshee
|
|
|
184
199
|
|
|
185
200
|
## License
|
|
186
201
|
|
|
187
|
-
MIT
|
|
202
|
+
MIT
|