UNPKG

@luketclancy/otterly

Version:

A javascript front end framework, Inspired by stimulus js. Like an otter its small, fast and versatile. Based around logical units attached to html nodes. Great for a backend-first approach to website creation.

7 lines (6 loc) 246 B
import Otty from './otty.js' import AfterDive from './after_dive.js' import Generic from "./units/generic.js" import UnitHandler from './unit_handler.js' import Debug from './units/debug.js' export {Otty, AfterDive, UnitHandler, Generic, Debug}