A Javascript package for working with files and filesystems using the File and FileSystem APIs. Edit files from as high level as text to as low level as the binary. Includes Web Components for ease of use in your existing applications.
Kind: global class
Create a ShakeFile.
Param | Type | Description |
---|---|---|
config | object |
The config object. |
config.file | File | Blob | null |
The File/Blob to be acted on |
config.showDom | Boolean |
Boolean flag to determin if DOM elements should be created |
Kind: instance method of ShakeFile
Returns: Boolean
Add file elements to DOM.() ⇒ void
Kind: global function
Returns: void
- - no return type