Skip to main content

Posts

Showing posts with the label Library

Moovie.js - Media player made for movies - Integration 🚀

To know more features about this player visit GitHub . BMSVieira / moovie.js Movie focused HTML5 Player Demo ▪️ Installation ▪️ Shortcuts ▪️ API ▪️ Integrations ▪️ Events Styling ▪️ Plugins ▪️ Custom Events ▪️ i18n ▪️ Settings ◼️ Features: 🔧 Fully customizable and Easy-to-use 💎 Built-in caption offset adjust on the fly 🎬 Built-in support for .vtt and .srt caption files 🕹 Built-in Plugins , use the code that you really need! 🎯 Built-in CustomEvents , add multiple events that will run a specific currentTime 🖊 Add tracks/captions dynamically using our API 🗃 Add tracks/captions locally on the fly (no server or upload required) 🌠 Adjust speed on the fly 🛠 Standardized events / shortcuts / API 🖌 Caption customization 💪 No dependencies, built with VanillaJS 🌎 Tested in all mode

Convert Markdown or md URL to HTML - MarkdownToHTML - Using JavaScript ft. showdownjs

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber and Aaron Swartz created Markdown in 2004 as a markup language that is appealing to human readers in its source code form. Wikipedia Using Markdown you will write(code) less and get more(static content). Code given below are basic JavaScript Codes. Easy to Understand you can modify it and make the functions more dynamic. We will Use - showdownjs  to do so :-  https://github.com/SH20RAJ/markdowntohtml   Here is the code you can use to change your markdown to HTML and show the html on your Website. <script src="https://cdn.jsdelivr.net/npm/showdown/dist/showdown.min.js"></script> <div id="mycontent"></div> <script> var converter = new showdown.Converter(); var md = '[**Showdown**](http://www.showdownjs.com) is *great*\n' + 'because:\n\n' +

Convert Google Spreadsheet into database - Free MySQL Database from Google Sheets - Papa Parse

Convert Google Spreadsheet into database - Free MySQL Database from Google Sheets - Papa Parse papaparse - Convert Google Spreadsheet into database This is a new method after tabletop.js :-  https://github.com/jsoma/tabletop  easy way to get your spreadsheet into a json format. Tabletop was created in about 1995, back when we had to remember to disable call waiting when dialing into CompuServe. Now that it's 2020, Google is shutting down the infrastructure that Tabletop relies on. Big surprise, right? But luckily, it's pretty easy to switch to a more modern way of doing things! Instead of Tabletop, we're going to use Papa Parse . You still need to share your spreadsheet and all of that (see below), but the changes are actually pretty tiny!  Firstly You have to import Papa Parse CDN :- <script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.1/papaparse.min.js"></script> Then Use it as JavaScript

Stylish HTML5 Audio Player Using Media Elements.js (Integration)

Stylish HTML5 Audio Player Using Media Elements.js (Integration) See Video Documentation :-  Steps :-   1. Here a Simple HTML5 Audio Tag .      < div   class = "players" >          < audio   id = "player2"   preload = "none"   controls   style = " width: 450px; " >              < source   src = "https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_1MG.mp3"   type = "audio/mp3" >          </ audio >      </ div >      2. Add Css and Javascript CDNs .      Css CDN   <!-- Css library -->      < link   rel = "stylesheet"   type = "text/css"   href = "https://cdnjs.cloudflare.com/ajax/libs/mediaelement/4.2.6/mediaelementplayer.css" > JavaScript CDN <!-- JS Library by CXDI --> < script   src = " https://cdnjs.cloudflare.

Create Bueatiful hover buttons Ft. BlondBtun.css

Site Link :- https://blondbtun.blogspot.com/ BlondBtun Free Open Source Css button Library . You Can Use Any CDN Here <link rel="stylesheet" href=" https://cdn.jsdelivr.net/gh/SH20RAJ/BlondBtun@latest/blondbtun.css " /> <link rel="stylesheet" href=" https://bit.ly/blondbtun " /> <link rel="stylesheet" href=" https://cdn.statically.io/gh/SH20RAJ/BlondBtun/main/blondbtun.css " /> #Get a big Collection of beautiful Buttons and all documentation Here :-  https://blondbtun.blogspot.com/

How to upload and use free cdn and convert githun file into a cdn

How to upload and use free cdn and convert githun file into a cdn Here is the Website :-  https://statically.io/convert/ Real File :-  https://github.com/SH20RAJ/BlondBtun/blob/main/blondbtun.css Example :- https://cdn.statically.io/gh/SH20RAJ/BlondBtun/main/blondbtun.css

Free Css Button Library BLONDBTUN - A MIXED BUTTON LIBRARY

BLONDBTUN - A MIXED BUTTON LIBRARY Visit :-  https://blondbtun.blogspot.com/ 1. with External Library Imported (bttn.surge.sh)

Random Posts