![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
iconfont-map-builder
Advanced tools
Simple command tool to transform iconfont's css/codepoint file to a js mapping moudle .
I'm using the module in react-native-iconic-font to generate the iconic map file
install this tool via npm
npm install iconfont-map-builder -g
now use 'iconmap' command to transform css file
iconmap -f test/font-awesome-v4.4.0.css -p '^\.fa-([a-z0-9-]+?):before$'
this command will generate a js file (...-iconmap.js) in the same folder with css file. You can use it in your project in any way you like.
Example:
var getIconChar = require('your-iconmap-file.js');
//react native render
return (
<Text style={{fontFamily: 'fontawesome',fontSize:30}}>
map icon:{getIconChar('map')}
</Text>
);
FAQs
Transform iconfont's css file to js 'name-character' map
The npm package iconfont-map-builder receives a total of 2 weekly downloads. As such, iconfont-map-builder popularity was classified as not popular.
We found that iconfont-map-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.