@ngenux/ngage-whiteboarding 1.0.0 → 1.0.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 +1 -35
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -143,37 +143,6 @@ function VideoStreamComponent() {
143
143
  - **JPEG**: Solid background (white if transparent is selected)
144
144
  - **PDF-format**: High-quality PNG optimized for printing/PDF conversion
145
145
 
146
- ## 🛠️ Development
147
-
148
- ### Building the Package
149
-
150
- ```bash
151
- # Install dependencies
152
- npm install
153
-
154
- # Build the package
155
- npm run build
156
-
157
- # Watch mode for development
158
- npm run dev
159
-
160
- # Preview package contents
161
- npm run pack-preview
162
-
163
- # Clean build artifacts
164
- npm run clean
165
- ```
166
-
167
- ### Package Structure
168
-
169
- ```
170
- dist/
171
- ├── index.js # CommonJS build
172
- ├── index.esm.js # ES modules build
173
- ├── index.d.ts # TypeScript definitions
174
- └── *.map # Source maps
175
- ```
176
-
177
146
  ## 🔧 TypeScript Support
178
147
 
179
148
  The package includes full TypeScript definitions:
@@ -231,13 +200,10 @@ The whiteboard automatically adapts to different screen sizes and supports touch
231
200
 
232
201
  MIT
233
202
 
234
- ## 🤝 Contributing
235
-
236
- Contributions are welcome! Please feel free to submit a Pull Request.
237
203
 
238
204
  ## 📞 Support
239
205
 
240
- If you encounter any issues or have questions, please file an issue on the GitHub repository.
206
+ If you encounter any issues or have questions, please file an issue on the [GitHub repository](https://github.com/ngenux-accelerators/ngage-whiteboarding/issues).
241
207
 
242
208
  ---
243
209
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngenux/ngage-whiteboarding",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A collaborative whiteboard React component with real-time synchronization",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",