@fileverse-dev/dsheet 1.0.40 β†’ 1.0.42

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.
Files changed (3) hide show
  1. package/README.md +17 -2
  2. package/dist/index.es.js +9128 -9097
  3. package/package.json +5 -5
package/README.md CHANGED
@@ -3,12 +3,25 @@
3
3
  [![NPM](https://img.shields.io/npm/v/@fileverse-dev/dsheet)](https://www.npmjs.com/package/@fileverse-dev/dsheet)
4
4
  [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
5
5
 
6
- Privacy-first, decentralized spreadsheet editor with real-time collaboration.
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
+ ![image](https://github.com/user-attachments/assets/b3953811-3e02-43ac-9e8e-ee0c3923a22f)
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