Skip to content

v2.0.0

Compare
Choose a tag to compare
@ivodolenc ivodolenc released this 02 May 17:29
· 56 commits to main since this release
283054e

What's Changed

Quick Start

  1. Install @hypernym/nuxt-gsap to your project
npm i -D @hypernym/nuxt-gsap
  1. Enable the module in the main config file
// nuxt.config.ts

{
  modules: ['@hypernym/nuxt-gsap']
}

That's it! Start developing your app!

New Contributors

Full Changelog: v1.7.3...v2.0.0