@lanzorg/commitlint-config-template 0.0.41 → 0.0.43

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 (2) hide show
  1. package/README.md +47 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,22 +4,64 @@
4
4
 
5
5
  Preset collection for README files, targeting the vast majority of commonly used Markdown renderers and providing dedicated support for all those from GitHub, GitLab, PyPI, Pub, NPM, Crates, Docker, and many other known software registries.
6
6
 
7
- ## 2️⃣ Elements
7
+ ## 2-Element Row
8
8
 
9
9
  <p><img src="https://placehold.co/450x325/666/fff" align="center" width="50%"><img src="https://placehold.co/450x325/333/fff" align="center" width="50%"></p>
10
10
 
11
- ## 3️⃣ Elements
11
+ ## 3-Element Row
12
12
 
13
13
  <p><img src="https://placehold.co/300x325/666/fff" align="center" width="33.333333%"><img src="https://placehold.co/300x325/333/fff" align="center" width="33.333333%"><img src="https://placehold.co/300x325/666/fff" align="center" width="33.333333%"></p>
14
14
 
15
- ## 4️⃣ Elements
15
+ ## 4-Element Row
16
16
 
17
17
  <p><img src="https://placehold.co/225x325/666/fff" align="center" width="25%"><img src="https://placehold.co/225x325/333/fff" align="center" width="25%"><img src="https://placehold.co/225x325/666/fff" align="center" width="25%"><img src="https://placehold.co/225x325/333/fff" align="center" width="25%"></p>
18
18
 
19
- ## 5️⃣ Elements
19
+ ## 5-Element Row
20
20
 
21
21
  <p><img src="https://placehold.co/180x325/666/fff" align="center" width="20%"><img src="https://placehold.co/180x325/333/fff" align="center" width="20%"><img src="https://placehold.co/180x325/666/fff" align="center" width="20%"><img src="https://placehold.co/180x325/333/fff" align="center" width="20%"><img src="https://placehold.co/180x325/666/fff" align="center" width="20%"></p>
22
22
 
23
- ## 6️⃣ Elements
23
+ ## 6-Element Row
24
24
 
25
25
  <p><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"></p>
26
+
27
+ ## Update Pub Package
28
+
29
+ Suspendisse blandit justo vel sollicitudin.
30
+
31
+ ```sh
32
+ flutter pub add senchard --git-url https://github.com/olankens/senchard
33
+ ```
34
+
35
+ ## Instantiate the Client
36
+
37
+ Suspendisse blandit justo vel sollicitudin.
38
+
39
+ ```dart
40
+ var client = Client('television_ip_address_here', foolish: true);
41
+ ```
42
+
43
+ ## Update Picture Mode
44
+
45
+ Suspendisse blandit justo vel sollicitudin.
46
+
47
+ ```dart
48
+ await client
49
+ ..attach()
50
+ ..changePictureMode(PictureMode.cinemaNight)
51
+ ..revertPictureMode()
52
+ ..changeApplyPicture(ApplyPicture.all)
53
+ ..changeLocalDimming(LocalDimming.off)
54
+ ..changeBacklight(40)
55
+ ..changeBrightness(50)
56
+ ..changeContrast(70)
57
+ ..changeColorSaturation(50)
58
+ ..changeSharpness(5)
59
+ ..changeAdaptiveContrast(AdaptiveContrast.off)
60
+ ..changeUltraSmoothMotion(UltraSmoothMotion.off)
61
+ ..changeNoiseReduction(NoiseReduction.off)
62
+ ..changeColorTemperature(ColorTemperature.warm1)
63
+ ..changeColorGamut(ColorGamut.native)
64
+ ..changeGammaAdjustment(GammaAdjustment.gamma22)
65
+ ..toggleViewingAngle()
66
+ ..detach();
67
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.41",
3
+ "version": "0.0.43",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [