lightweight-charts-drawing 0.1.0 → 0.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.
Files changed (2) hide show
  1. package/README.md +0 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -103,23 +103,6 @@ const registry = getToolRegistry();
103
103
  const allTools = registry.getAllTools();
104
104
  ```
105
105
 
106
- ## Screenshots
107
-
108
- ### Trend Line Tools
109
- ![Trend Line Tools](docs/trend%20line%20tools.png)
110
-
111
- ### Gann & Fibonacci Tools
112
- ![Gann and Fibonacci Tools](docs/Gann%20and%20Fibonacci%20tools.png)
113
-
114
- ### Forecasting & Measurement Tools
115
- ![Forecasting and Measurement Tools](docs/Forcasting%20and%20measurement%20tool.png)
116
-
117
- ### Geometric Shapes
118
- ![Geometric Shapes](docs/geometric%20shapes.png)
119
-
120
- ### Annotation Tools
121
- ![Annotation Tools](docs/Annotation%20tool.png)
122
-
123
106
  ## Available Drawing Tools (68)
124
107
 
125
108
  ### Lines
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lightweight-charts-drawing",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Drawing tools plugin for TradingView's lightweight-charts",
5
5
  "type": "module",
6
6
  "main": "./dist/lightweight-charts-drawing.umd.js",