1.1.1 • Published 5 years ago

geoeditor v1.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

geoEditor

Conventional Commits

https://observablehq.com/@fil/geoeditor

Installing

API Reference

# geoEditor(options) · Source

...

import { geoEditor } from './geoeditor.esm.js'
const editor = geoEditor()
const colorSelector = editor.colorPropertyView()
document.querySelector('body').append(colorSelector)

Development

Install and run

git clone git@github.com:Fil/geoEditor.git
cd geoEditor
npm install
npm run start

Publishing a release

npm install
npm run release
npm run publish