UNPKG

@cocreate/file

Version:

A versatile, configurable headless file uploader supporting local and server operations. Accessible via a JavaScript API and HTML5 attributes, it provides seamless file reading, writing, and uploading with fallbacks to the standard HTML5 file input API. I

16 lines 381 B
module.exports = { tabWidth: 4, semi: true, trailingComma: "none", bracketSameLine: true, useTabs: true, overrides: [ { files: ["*.json", "*.yml", "*.yaml"], options: { tabWidth: 2, useTabs: false }, } ], };