0.0.48 • Published 1 year ago

@bit-ocean/bootstrap-animation v0.0.48

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@bit-ocean/bootstrap-animation

npm

Universal bootstrap animation configuration, support Vite plugin.

Installation

pnpm add -D @bit-ocean/bootstrap-animation

Configuration

Vite

// vite.config.ts
import { BootstrapAnimation } from '@bit-ocean/bootstrap-animation'

export default defineConfig({
  plugins: [BootstrapAnimation()]
})

Next.js

// next.config.js
const { bootstrapLog } = require('@bit-ocean/bootstrap-animation')

bootstrapLog()

React Native

// metro.config.js
const { bootstrapLog } = require('@bit-ocean/bootstrap-animation')

bootstrapLog()

Rewrite default config

// vite.config.ts
import { BootstrapAnimation } from '@bit-ocean/bootstrap-animation'

export default defineConfig({
  plugins: [
    BootstrapAnimation({
      author: ''
    })
  ]
})
0.0.48

1 year ago

0.0.47

1 year ago

0.0.46

1 year ago

0.0.45

1 year ago

0.0.44

1 year ago

0.0.43

1 year ago

0.0.42

1 year ago

0.0.41

1 year ago

0.0.40

1 year ago

0.0.39

1 year ago

0.0.38

1 year ago

0.0.37

1 year ago

0.0.36

1 year ago