Skip to main content
Module

x/b64/.jsdoc.json

Base64 and base64url to string or arraybuffer, and back. Works in Node, Deno or browser.
Go to Latest
File
{ "tags": { "allowUnknownTags": true, "dictionaries": ["jsdoc", "closure"] }, "source": { "include": ["README.md","./src/"], "exclude": ["./docs"], "excludePattern": "(node_modules|test|dist|coverage|^|\\/|\\\\)_" }, "plugins": [ "plugins/markdown" ], "recurseDepth": 2, "template": { "title": "@hexagon/base64", "shortTitle": "@hexagon/base64", "logo": "https://cdn.jsdelivr.net/gh/hexagon/base64@master/base64.png", "links": [ {"github": "https://github.com/hexagon/base64", "title": "View it on Github"}, {"npm": "https://www.npmjs.com/package/@hexagon/base64", "title": "View it on NPM", "size": 19} ], "scheme": "0", "disableSort": false, "font": { "titleFont": "Roboto", "textFont": "Roboto", "codeFont": "Roboto Mono" } }, "styleSwitcher": false, "colors": [ { "text": { "primary": "#dcdcdc", "contrast": "#f78200" }, "background": { "primary": "#282c34", "contrast": "#1d2027" } }, { "text": { "primary": "#dcdcdc", "contrast": "#5ebd3e" }, "background": { "primary": "#282c34", "contrast": "#1d2027" } }, { "text": { "primary": "#dcdcdc", "contrast": "#ffb900" }, "background": { "primary": "#282c34", "contrast": "#1d2027" } }, { "text": { "primary": "#dcdcdc", "contrast": "#e23838" }, "background": { "primary": "#282c34", "contrast": "#1d2027" } }, { "text": { "primary": "#dcdcdc", "contrast": "#009cdf" }, "background": { "primary": "#282c34", "contrast": "#1d2027" } } ], "fonts": { "text": "Alegreya+Sans|Alfa+Slab+One|Bangers|Bungee|Changa+One|Exo|Fira+Sans|Heebo|IBM+Plex+Sans|Lalezar|Lato|Open+Sans|Oswald|PT+Sans|Passion+One|Patua+One|Questrial|Raleway|Righteous|Roboto|Rubik|Source+Sans+Pro|Squada+One|Titillium+Web|Voces", "code": "Cousine|Cutive+Mono|IBM+Plex+Mono|Inconsolata|Nanum+Gothic+Coding|Oxygen+Mono|PT+Mono|Share+Tech+Mono|Source+Code+Pro|Ubuntu+Mono|VT323" }, "opts": { "destination": "./docs/", "encoding": "utf8", "private": false, "template": "./node_modules/jsdoc-chameleon-template" } }