Tokenize the features argument based on the spec.
import TokenizeFeatures from 'tokenize-features'
const features = new TokenizeFeatures('width=100,height=200,popup');
features.get('width'); // 100
features.get('height'); // 200
features.isSet('popup'); // true