string-to-ascii
Turn strings to ascii quickly!
Import
// Import into a node.js app (The one that can use a require statement)var stringToAscii =
<!-- Import into HTML -->
Usage
// ===== BOTH FOR NODE.JS APPS AND HTML =====// Console Loggingvar = console // As a variablevar myNameInAscii = console
Issue / Feature Request
if there is issues or you want a feature implemented please make an issue with the following template:
Type: 'Feature request'-or-'Issue'
Issue: the-issue-here **
Feature request: simplify-your-feature-request *
Steps to reproduce issue: the-steps-to-reproduce-the-issue-here **
Suggestions: give-your-suggestion-if-any-this-is-not-needed ** *
Expected Output: expected-output(for feature request) *
* - For Feature Requests only
** - For issues only
** * - For both feature requests and issues (optional)
Example:
Type: Feature request
Feature request: Add xyz
Suggestions: Make return value contain t
Expected Output: The output of feature xyz should contain t in the return value