@walkeros/web-core
v4.6.0
Published
Web-specific utilities for walkerOS
Maintainers
Readme
@walkeros/web-core
Browser-specific utilities for client-side walkerOS implementations, covering DOM interactions, browser information, storage, element visibility, web hashing, and web-based communication.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/web-coreQuick start
import { getAttribute, isVisible, sendWeb } from '@walkeros/web-core';
const element = document.querySelector('[data-elb="product"]');
const entity = getAttribute(element, 'data-elb');
if (isVisible(element)) {
await sendWeb('https://api.example.com/events', { entity });
}Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT
