Skip to content

🪀 Collection of Option Utilities for cnblog themes.

License

Notifications You must be signed in to change notification settings

cnbloglabs/options

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acnb-options

Collection of Option Utilities for acnb.

Usage

npm i @acnb/options
import { useBackgroundOptions } from '@acnb/options'

const backgroundOptions = useBackgroundOptions()
console.log(backgroundOptions)
// {
//   enable: false,
//   value: "",
//   opacity: 0.85,
//   repeat: false,
// }
const backgroundOptions = useBackgroundOptions({
  enable: true,
})
console.log(backgroundOptions)
// {
//   enable: true,
//   value: "",
//   opacity: 0.85,
//   repeat: false,
// }

About

🪀 Collection of Option Utilities for cnblog themes.

Resources

License

Stars

Watchers

Forks