Package Exports
- @creatrix/safehtml
- @creatrix/safehtml/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@creatrix/safehtml) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
dependencies Used
"prop-types": "^15.7.2",
"html-entities": "^2.3.2",
"react-native-render-html": "^6.3.1",
"@creatrix/typeofdata":"0.0.2",
commonProvider
convert hex color to RGBA
installation
yarn add @creatrix/commonProvider
or
npm i @creatrix/commonProvider
example
import {entity} from @creatrix/commonProvider; import {entityHTML} from @creatrix/commonProvider;
import {entityReplace} from @creatrix/commonProvider; import {mb_to_byte} from @creatrix/commonProvider; import {byte_to_mb} from @creatrix/commonProvider; import {spacetoDash} from @creatrix/commonProvider; import {replacePathDoc} from @creatrix/commonProvider; import {fieldlabelLanguage} from @creatrix/commonProvider; import {fieldplaceholderLanguage} from @creatrix/commonProvider; import {FirstCharOfEachWord} from @creatrix/commonProvider; import {GetValueArray} from @creatrix/commonProvider;