expo-processing 2.0.5 → 2.1.1
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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ https://user-images.githubusercontent.com/379606/119428009-fb40c200-bcc0-11eb-83
|
|
|
4
4
|
|
|
5
5
|
# expo-processing
|
|
6
6
|
|
|
7
|
-
Use [Processing.js](http://processingjs.org) on [Expo](https://expo.
|
|
7
|
+
Use [Processing.js](http://processingjs.org) on [Expo](https://expo.dev)! Just
|
|
8
8
|
`npm i -S processing-js expo-processing` in your Expo project and import it with
|
|
9
9
|
`import { ProcessingView } from 'expo-processing;`.
|
|
10
10
|
|
|
@@ -31,7 +31,7 @@ OpenProcessing.org.
|
|
|
31
31
|
|
|
32
32
|
In
|
|
33
33
|
a
|
|
34
|
-
[new blank Expo project](https://docs.expo.
|
|
34
|
+
[new blank Expo project](https://docs.expo.dev/versions/v18.0.0/guides/up-and-running.html),
|
|
35
35
|
run `npm i -S processing-js expo-processing` to install Processing.js and ExpoProcessing. Then replace
|
|
36
36
|
`App.js` with the following:
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-processing",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Utilities for using Processing.js on Expo",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": [
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
},
|
|
21
21
|
"author": "650 Industries, Inc.",
|
|
22
22
|
"license": "MIT",
|
|
23
|
-
"homepage": "https://github.com/expo/expo/tree/
|
|
23
|
+
"homepage": "https://github.com/expo/expo/tree/main/packages/expo-processing",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"expo-gl": "11.0
|
|
26
|
-
"expo-modules-core": "~0.4.3"
|
|
25
|
+
"expo-gl": "11.2.0"
|
|
27
26
|
},
|
|
28
27
|
"peerDependencies": {
|
|
28
|
+
"expo": "*",
|
|
29
29
|
"processing-js": "^1.6.6"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "22dce752354bb429c84851bc4389abe47a766b1f"
|
|
32
32
|
}
|