shareon-pulsanti-condivisio.../src/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
199 B
JavaScript
Raw Normal View History

2020-07-23 11:13:21 +02:00
import initializeShareon from "./shareon";
2022-02-10 20:32:40 +01:00
// TODO: update README
const s = document.currentScript;
if (s && s.hasAttribute("init")) {
2020-07-23 11:13:21 +02:00
initializeShareon();
2022-02-10 20:32:40 +01:00
}
2020-07-23 11:13:21 +02:00
export { default } from "./shareon";