scratch-paint 4.2.4 → 4.2.6
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 +19 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,10 +1,25 @@
|
|
|
1
1
|
# scratch-paint
|
|
2
|
-
#### Scratch-paint provides a paint editor React component that takes and outputs SVGs or PNGs. It can convert between vector and bitmap modes.
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
- Try it out at [https://llk.github.io/scratch-paint/](https://llk.github.io/scratch-paint/)
|
|
3
|
+
Scratch-paint provides a paint editor React component that takes and outputs SVGs or PNGs. It can convert between vector and bitmap modes.
|
|
6
4
|
|
|
7
|
-
|
|
5
|
+
## **⚠️ NOTICE: Repository Migration to Mono-Repo ⚠️**
|
|
6
|
+
|
|
7
|
+
The Scratch Team has migrated the `scratch-paint` module into a new mono-repo,
|
|
8
|
+
[`scratch-editor`](https://github.com/scratchfoundation/scratch-editor). This independent `scratch-paint` repository
|
|
9
|
+
**will be archived**. Any new issues or pull requests should be opened in the mono-repo.
|
|
10
|
+
|
|
11
|
+
The new mono-repo version of `scratch-paint` is published to the NPM registry as
|
|
12
|
+
[`@scratch/scratch-paint`](https://www.npmjs.com/package/@scratch/scratch-paint).
|
|
13
|
+
|
|
14
|
+
**Contributors:**
|
|
15
|
+
|
|
16
|
+
* I would like to thank all past contributors for their work on this repository.
|
|
17
|
+
* If you are aware of valuable issues or pull requests, please consider re-opening them in the mono-repo. If you do
|
|
18
|
+
so, please link the new issue or pull request to the original one in this repository to help others find it and to
|
|
19
|
+
reduce the chance of duplicate work.
|
|
20
|
+
* We apologize for the inconvenience and greatly appreciate your help with this transition!
|
|
21
|
+
|
|
22
|
+
For more information, see the [`scratch-editor` repository on GitHub](https://github.com/scratchfoundation/scratch-editor).
|
|
8
23
|
|
|
9
24
|
### Prerequisites
|
|
10
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scratch-paint",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.6",
|
|
4
4
|
"description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
|
|
5
5
|
"main": "./dist/web/scratch-paint.js",
|
|
6
6
|
"browser": "./src/index.js",
|
|
@@ -86,15 +86,15 @@
|
|
|
86
86
|
"redux-throttle": "0.1.1",
|
|
87
87
|
"regenerator-runtime": "0.13.9",
|
|
88
88
|
"rimraf": "2.7.1",
|
|
89
|
-
"scratch-l10n": "6.1.
|
|
89
|
+
"scratch-l10n": "6.1.87",
|
|
90
90
|
"scratch-semantic-release-config": "4.0.1",
|
|
91
91
|
"scratch-webpack-configuration": "3.1.2",
|
|
92
|
-
"semantic-release": "25.0.
|
|
92
|
+
"semantic-release": "25.0.5",
|
|
93
93
|
"style-loader": "4.0.0",
|
|
94
94
|
"tap": "21.7.4",
|
|
95
95
|
"webpack": "5.107.2",
|
|
96
96
|
"webpack-cli": "5.1.4",
|
|
97
|
-
"webpack-dev-server": "5.2.
|
|
97
|
+
"webpack-dev-server": "5.2.5"
|
|
98
98
|
},
|
|
99
99
|
"config": {
|
|
100
100
|
"commitizen": {
|