intlayer-editor 4.1.0 → 4.1.2

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 CHANGED
@@ -0,0 +1,45 @@
1
+ <div align="center">
2
+ <a href="https://intlayer.org">
3
+ <img src="https://raw.githubusercontent.com/aymericzip/intlayer/572ae9c9acafb74307b81530c1931a8e98990aef/docs/assets/logo.png" width="500" alt="intlayer" />
4
+ </a>
5
+ </div>
6
+
7
+ <div align="center">
8
+ <a href="https://www.npmjs.com/package/intlayer-editor">
9
+ <img alt="npm" src="https://img.shields.io/npm/v/intlayer-editor.svg?labelColor=49516F&color=8994BC" />
10
+ </a>
11
+ <a href="https://npmjs.org/package/intlayer-editor">
12
+ <img alt="downloads" src="https://badgen.net/npm/dm/intlayer-editor?labelColor=49516F&color=8994BC" />
13
+ </a>
14
+ <a href="https://npmjs.org/package/intlayer-editor">
15
+ <img alt="types included" src="https://badgen.net/npm/types/intlayer-editor?labelColor=49516F&color=8994BC"
16
+ />
17
+ </div>
18
+
19
+ # intlayer-editor: A visual editor for your Intlayer application
20
+
21
+ **Intlayer** is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.
22
+
23
+ **The `intlayer-editor` package** allows you to interact with your Intlayer content declaration files using a visual editor.
24
+
25
+ ![Intlayer Visual Editor Interface](https://github.com/aymericzip/intlayer/blob/main/docs/assets/visual_editor.gif)
26
+
27
+ ## Installation
28
+
29
+ Install the necessary package using your preferred package manager:
30
+
31
+ ```bash packageManager="npm"
32
+ npm install intlayer-editor -D
33
+ ```
34
+
35
+ ```bash packageManager="yarn"
36
+ yarn add intlayer-editor -D
37
+ ```
38
+
39
+ ```bash packageManager="pnpm"
40
+ pnpm add intlayer-editor -D
41
+ ```
42
+
43
+ # Intlayer Visual Editor Documentation
44
+
45
+ See the [Intlayer Visual Editor documentation](https://intlayer.org//doc/concept/editor) for more information.