@pospal/translate
TypeScript icon, indicating that this package has built-in type declarations

0.2.8 • Public • Published

用法

const html = document.documentElement;
const script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://static.pospal.cn/pospal-design/translate/translate.iife.js';
script.onload = script.onreadystatechange = function () {
  const pospalTranslate = new PospalTranslate();
  pospalTranslate.run();
};
html.appendChild(script);

Readme

Keywords

none

Package Sidebar

Install

npm i @pospal/translate

Weekly Downloads

1

Version

0.2.8

License

none

Unpacked Size

26.5 kB

Total Files

4

Last publish

Collaborators

  • vvben