Skip to content

Files

Latest commit

Jun 19, 2025
d4b75a7 · Jun 19, 2025

History

History
19 lines (12 loc) · 754 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 754 Bytes

Nutrient Web SDK Examples

This repository contains various examples of the usage of Nutrient Web SDK.

Development

Biome Version Check

This repository includes a check to ensure that the Biome version in package.json matches the version in .github/workflows/biome.yml. This check is run:

  • During CI/CD in the GitHub workflow
  • As a pre-commit hook to prevent commits with mismatched versions
  • Manually using npm run check-biome-version

If you update the Biome version in package.json, make sure to update it in .github/workflows/biome.yml as well.