UNPKG

my-snip

Version:

This tool allows you to quickly prototype and develop a bookmarklet, aggregate snippets, and write user-flow scripts.

8 lines (6 loc) 235 B
import getDefaultApi from "./api-default.js"; import createApiProperty from "./test-api-generator.js"; function mount(element, logger={log(){}}) { return createApiProperty(element, getDefaultApi(logger)); }; export default {mount};