MCPcopy Create free account
hub / github.com/codrops/ShapesSlideshow /

Class

src/js/slide.js:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export class Slide {
2 constructor(el) {
3 this.DOM = {el};
4 this.DOM.imgWrap = this.DOM.el.querySelector('.slide__img-wrap');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected