@lanzorg/commitlint-config-template 0.0.3 → 0.0.5

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 +75 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,14 +1,80 @@
1
1
  <div align="center">
2
- <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/icon.png" align="center" width="112"></p>
2
+ <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/icon.png" width="144"></p>
3
3
  <h1><samp>TEMPLATE</samp></h1>
4
4
  </div>
5
5
 
6
- <table><tr><td align="center" width="99999"><p>
7
- <a href="#">WEBSITE</a> ·
8
- <a href="#">DOCUMENTATION</a> ·
9
- <a href="#">FUNDING</a>
10
- </p></td></tr></table>
6
+ <p align="center">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse blandit justo vel tellus pharetra, ut sollicitudin erat lobortis. Etiam non lacinia neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames duis.</p>
11
7
 
12
- <table><tr><td align="center" width="99999">&nbsp;<p>
13
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse blandit justo vel tellus pharetra, ut sollicitudin erat lobortis. Etiam non lacinia neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames duis.
14
- </p>&nbsp;</td></tr></table>
8
+ ### MATRICES
9
+
10
+ <table>
11
+ <tbody><tr>
12
+ <td align="center" width="99999"><code>AND</code></td>
13
+ <td align="center" width="99999"><code>IOS</code></td>
14
+ <td align="center" width="99999"><code>LIN</code></td>
15
+ <td align="center" width="99999"><code>MAC</code></td>
16
+ <td align="center" width="99999"><code>WIN</code></td>
17
+ <td align="center" width="99999"><code>WEB</code></td>
18
+ </tr></tbody>
19
+ <tbody><tr>
20
+ <td align="center" height="64"><p>✅</p></td>
21
+ <td align="center"><p>✅</p></td>
22
+ <td align="center"><p>✅</p></td>
23
+ <td align="center"><p>✅</p></td>
24
+ <td align="center"><p>✅</p></td>
25
+ <td align="center"><p>❌</p></td>
26
+ </tr></tbody>
27
+ </table>
28
+
29
+ ### LEARNING
30
+
31
+ #### Installing Pub Package
32
+
33
+ ```sh
34
+ flutter pub add senchard --git-url https://github.com/olankens/senchard
35
+ ```
36
+
37
+ #### Instantiating the Client
38
+
39
+ ```dart
40
+ var client = Client('television_ip_address_here', foolish: true);
41
+ ```
42
+
43
+ #### Updating Picture Mode
44
+
45
+ ```dart
46
+ await client
47
+ ..attach()
48
+ ..changePictureMode(PictureMode.cinemaNight)
49
+ ..revertPictureMode()
50
+ ..changeApplyPicture(ApplyPicture.all)
51
+ ..changeLocalDimming(LocalDimming.off)
52
+ ..changeBacklight(40)
53
+ ..changeBrightness(50)
54
+ ..changeContrast(70)
55
+ ..changeColorSaturation(50)
56
+ ..changeSharpness(5)
57
+ ..changeAdaptiveContrast(AdaptiveContrast.off)
58
+ ..changeUltraSmoothMotion(UltraSmoothMotion.off)
59
+ ..changeNoiseReduction(NoiseReduction.off)
60
+ ..changeColorTemperature(ColorTemperature.warm1)
61
+ ..changeColorGamut(ColorGamut.native)
62
+ ..changeGammaAdjustment(GammaAdjustment.gamma22)
63
+ ..toggleViewingAngle()
64
+ ..detach();
65
+ ```
66
+
67
+ <!--
68
+ <table>
69
+ <tr><td align="center" width="99999">
70
+ <a href="#">WEBSITE</a> ·
71
+ <a href="#">DOCUMENTATION</a> ·
72
+ <a href="#">FUNDING</a>
73
+ </td></tr>
74
+ <tr><td align="center" width="99999">&nbsp;<p>
75
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse blandit justo vel tellus pharetra, ut sollicitudin erat lobortis. Etiam non lacinia neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames duis.
76
+ </p>&nbsp;</td></tr>
77
+ </table>
78
+ -->
79
+
80
+ <hr>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [