Skip to content
#

vanilla-javascript

Vanilla JavaScript is the native JavaScript language included in the browser and standardized/maintained by ECMA International and W3C.

Here are 6,163 public repositories matching this topic...

vanilla-lazyload

LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.

  • Updated May 24, 2022
  • JavaScript
lukasoppermann
lukasoppermann commented Feb 23, 2018

Convert the source file to typescript, which will be compiled in the rollup build step.
While we currently use .ts files, typehinting etc. is not used in the files.

If you want to help:
Just start adding typehints to any file that is still missing them or improve the ones that already have them. Feel free to send a PR for files even if only a part of them is converted.

feature help wanted good first issue
ColinEspinas
ColinEspinas commented Jul 25, 2021

Is your feature request related to a problem? Please describe.
Tests are an important part of trusting that a bunch of code will work as intended and ensure not to break a project when updating it. It would be great to add/update tests for Darken.

Describe the solution you'd like
Update and add missing tests using Jest (already installed in deps).

enhancement help wanted good first issue hacktoberfest

Created by Brendan Eich

Released December 04 1995

Related Topics

ecmascript javascript