UNPKG

scroll-padlock

Version:

Locks elements scroll handling scrollbar gaps and iOS Safari with CSS variables

12 lines (8 loc) 202 B
import { mkdir } from 'fs/promises'; import folderExists from './folder-exists.js'; export default async path => { if( await folderExists(path) ){ return; } await mkdir(path); };