https://github.com/avin/url-editor
https://github.com/avin/url-editor
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avin/url-editor
- Owner: avin
- Created: 2020-10-04T14:09:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T19:37:52.000Z (over 5 years ago)
- Last Synced: 2025-07-28T06:31:51.892Z (11 months ago)
- Language: JavaScript
- Size: 202 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL Editor
Simple url editor
## Usage
Init:
```js
window.UrlEditor("#root", ["foo", "bar"]);
```