---
name: Feature request
about: Suggest an idea for phenopackets-js
title: '[FEATURE] '
labels: enhancement
assignees: ''
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Target Components**
Which parts of phenopackets-js would this feature affect?

- [ ] Core phenopacket functionality
- [ ] VRS support
- [ ] VRSatile support
- [ ] JSON utilities
- [ ] Documentation
- [ ] Other (please specify)

**Example Usage**
If applicable, provide an example of how you envision using this feature:

```javascript
// Example code showing how the feature might work
const pps = require('phenopackets-js');
// Your example here
```

**Additional context**
Add any other context or screenshots about the feature request here.
