Initial Release 1.0.0
Initial Release
This is the first release of @space48/mutation-ready, a utility that provides a Promise-based API for detecting when DOM mutations have settled.
Features
- Promise-based API for DOM mutation detection
- Compatible with modern browsers
- Lightweight with no external dependencies
- TypeScript support
Usage
import { mutationReady } from '@space48/mutation-ready';
await mutationReady();
// DOM mutations have now settled