0.0.1 • Published 5 years ago
@pixiebrix/frontend-interop v0.0.1
frontend-interop
A library for interacting with components in JS front-end libraries.
Compatibility
| Framework | Read Values | Set Values |
|---|---|---|
| React | ✅ props | ❌ |
| Angular | ✅ scope | ❌ |
| AngularJS | ✅ scope | ❌ |
| Vue.js | ✅ | ✅ |
| Ember.js | ✅ attrs | ❌ |
Usage Notes
- Browser Extensions: run the library in the page context so that it has access to the Javascript environment.
Contributing
- See the
src/contribdirectory for examples - Add a new file, implement the adapter interfaces in
component.ts, and include the adapter inadapters.ts - Run the pre-commit hooks
- Submit a pull request for the new framework
Related Libraries
- Library Detector for Chrome: open-source browser extension for detecting JS libraries on a website.
0.0.1
5 years ago