Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 06 Aug 15:24
· 27 commits to main since this release
6fc7c34
  • b78778b Use ESM
    // From CommonJS
    var remarkUnwrapImages = require('remark-unwrap-images')
    
    // To ESM
    import remarkUnwrapImages from 'remark-unwrap-images'
    Learn more about ESM in this guide
  • 9fa1c8e Add JSDoc based types