@lanzorg/commitlint-config-template 0.0.42 → 0.0.44

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 +46 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,3 +23,49 @@ Preset collection for README files, targeting the vast majority of commonly used
23
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
+ ## Mockup Gallery
28
+
29
+ <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%"><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%"><img src="https://placehold.co/150x325/666/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%"><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>
30
+
31
+ ## Update Pub Package
32
+
33
+ [//]: # (Suspendisse blandit justo vel sollicitudin.)
34
+
35
+ ```sh
36
+ flutter pub add senchard --git-url https://github.com/olankens/senchard
37
+ ```
38
+
39
+ ## Instantiate the Client
40
+
41
+ [//]: # (Suspendisse blandit justo vel sollicitudin.)
42
+
43
+ ```dart
44
+ var client = Client('television_ip_address_here', foolish: true);
45
+ ```
46
+
47
+ ## Update Picture Mode
48
+
49
+ [//]: # (Suspendisse blandit justo vel sollicitudin.)
50
+
51
+ ```dart
52
+ await client
53
+ ..attach()
54
+ ..changePictureMode(PictureMode.cinemaNight)
55
+ ..revertPictureMode()
56
+ ..changeApplyPicture(ApplyPicture.all)
57
+ ..changeLocalDimming(LocalDimming.off)
58
+ ..changeBacklight(40)
59
+ ..changeBrightness(50)
60
+ ..changeContrast(70)
61
+ ..changeColorSaturation(50)
62
+ ..changeSharpness(5)
63
+ ..changeAdaptiveContrast(AdaptiveContrast.off)
64
+ ..changeUltraSmoothMotion(UltraSmoothMotion.off)
65
+ ..changeNoiseReduction(NoiseReduction.off)
66
+ ..changeColorTemperature(ColorTemperature.warm1)
67
+ ..changeColorGamut(ColorGamut.native)
68
+ ..changeGammaAdjustment(GammaAdjustment.gamma22)
69
+ ..toggleViewingAngle()
70
+ ..detach();
71
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.42",
3
+ "version": "0.0.44",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [