@akinon/pz-akifast 1.42.0-rc.6 → 1.42.0-rc.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/README.md +11 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
@@ -1,4 +1,14 @@
|
|
1
|
-
# pz-akifast
|
1
|
+
# @akinon/pz-akifast
|
2
|
+
|
3
|
+
### Install the npm package
|
4
|
+
|
5
|
+
```bash
|
6
|
+
# For latest version
|
7
|
+
yarn add @akinon/pz-akifast
|
8
|
+
|
9
|
+
# Preferred installation method
|
10
|
+
npx @akinon/projectzero@latest --plugins
|
11
|
+
```
|
2
12
|
|
3
13
|
### Setting the Visibility of Buttons
|
4
14
|
(all buttons are visible by default)
|