amiarSlimane / talik.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:SCSS 52.3%Language:Handlebars 19.8%Language:TypeScript 15.5%Language:JavaScript 12.4%