UNPKG

valaxy-addon-vercount

Version:

A Vercount API based counting plugin for Valaxy, serving as an alternative to Busuanzi counting

10 lines (8 loc) 262 B
import { defineValaxyAddon } from 'valaxy' import pkg from '../package.json' import type { VercountOptions } from '../types' export const addonVercount = defineValaxyAddon<VercountOptions>(options => ({ name: pkg.name, enable: true, options, }))