Skip to content

3.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 03 Aug 17:36
· 29 commits to main since this release
95bf9b1
  • 0aa285e Add JSDoc based types
  • 5180c21 Use ESM
    // From CommonJS
    var remarkEmbedImages = require('remark-embed-images')
    
    // To ESM
    import remarkEmbedImages from 'remark-embed-images'
    Learn more about ESM in this guide