UNPKG

videomail-client

Version:

A wicked npm package to record videos directly in the browser, wohooo!

12 lines (9 loc) 297 B
// constants (changing these only break down functionality, so be careful) export default { SITE_NAME_LABEL: 'x-videomail-site-name', VERSION_LABEL: 'videomailClientVersion', public: { ENC_TYPE_APP_JSON: 'application/json', ENC_TYPE_FORM: 'application/x-www-form-urlencoded' } }