0.0.53 • Published 12 months ago

@bit-ocean/bootstrap-animation v0.0.53

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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.51

12 months ago

0.0.52

12 months ago

0.0.53

12 months ago

0.0.50

1 year ago

0.0.49

1 year ago

0.0.48

2 years ago

0.0.47

2 years ago

0.0.46

2 years ago

0.0.45

2 years ago

0.0.44

2 years ago

0.0.43

2 years ago

0.0.42

2 years ago

0.0.41

2 years ago

0.0.40

2 years ago

0.0.39

2 years ago

0.0.38

2 years ago

0.0.37

2 years ago

0.0.36

2 years ago