skribd / src /const /ScribdFlag.js
rkwyu
Add modes
acf17aa
raw
history blame contribute delete
66 Bytes
const DEFAULT = "/d"
const IMAGE = "/i"
export { DEFAULT, IMAGE }