wolfy-module-kit
v1.1.8
Published
Shared utilities for Wolf Games module development
Readme
Module Kit
Module-building SDK for WolfGames
Features
- Communication Layer: Child & parent postMessage handling for iframe communication
- Shared Types: Base schemas and shared types to be used in external modules
- SDK initialization: Single initialization method for jump starting setup in external modules
- ✅ Validation: Generic schema-based validation system
- 🔧 URL Utilities: Config encoding/decoding and URL parameter handling
Local Testing
This package will be published to NPM, but for now can be tested locally.
- Install dependencies
yarn install
# or
npm install- Link local package with
npm
npm link- Use the package in another application
npm link wolfy-module-kitLicense
MIT
