Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 660 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 660 Bytes

Talik.js library, under construction, welcome to any contribution.

Easy way to integrate comments into your web pages

⭐️ The Library uses

  • Webpack 5
  • Babel 7
  • Automatic Types file generation (index.d.ts)
  • UMD exports.
  • Jest unit testing
  • Daily dependabot dependency updates

📦 Install

npm install talik

🚀 Usage

import Talik from 'talik.js';
const TalikInstance = new Talik();
talikInstance.init(); 
...

✅ Comming features

talik.js