1.0.7 • Published 3 years ago

share-action v1.0.7

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

share-action

open window/page to share some url

Usage

gnpm i @geekpark/share-action

import share from '@geekpark/share-action';

$('.js-share').on('click', function () {
  var type = $(this).data('type');
  share.run({ type });
});

Options